Skip to content

Commit 1bab955

Browse files
committed
feat: add "repository" field to package
so we know where it's sourced from
1 parent a1f519f commit 1bab955

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "utility types",
44
"types": "./lib/index.d.ts",
55
"version": "0.1.0",
6+
"license": "MIT",
67
"scripts": {
78
"build": "tsc",
89
"test": "npm run build"
@@ -13,6 +14,10 @@
1314
"files": [
1415
"lib"
1516
],
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://git@github.com/wixplosives/typescript-type-utils.git"
20+
},
1621
"prettier": {
1722
"overrides": [
1823
{
@@ -25,6 +30,5 @@
2530
}
2631
}
2732
]
28-
},
29-
"license": "MIT"
33+
}
3034
}

0 commit comments

Comments
 (0)