Skip to content

Commit 167ce47

Browse files
authored
Merge pull request #17 from cto-af/pkg
Canonicalize repo format
2 parents f5ecf60 + e5a51f9 commit 167ce47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"main": "lib/index.js",
66
"type": "module",
77
"types": "types/index.d.ts",
8-
"repository": "cto-af/string-width",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/cto-af/string-width.git"
11+
},
912
"scripts": {
1013
"docs": "typedoc",
1114
"lint": "eslint .",

0 commit comments

Comments
 (0)