Skip to content

Commit 9288696

Browse files
committed
Fix repository field in package.json
1 parent 2c0dbd8 commit 9288696

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
@@ -2,7 +2,10 @@
22
"name": "multi-integer-range",
33
"version": "6.0.0-rc.0",
44
"description": "Parses and manipulates multiple comma-separated integer ranges (eg 1-3,8-10)",
5-
"repository": "https://github.com/smikitky/node-multi-integer-range.git",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/smikitky/node-multi-integer-range.git"
8+
},
69
"sideEffects": false,
710
"type": "module",
811
"main": "./lib/index.js",

0 commit comments

Comments
 (0)