Skip to content

Commit 3308c19

Browse files
committed
fix: add package repository metadata
1 parent d50ee14 commit 3308c19

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@api-wrappers/api-core",
33
"version": "0.0.2",
44
"description": "Shared HTTP client runtime for the api-wrappers organisation. Provides request orchestration, a plugin lifecycle, transport abstraction, and built-in cache/retry/logger plugins.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/Api-Wrappers/api-core"
8+
},
59
"type": "module",
610
"main": "./dist/index.cjs",
711
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)