Skip to content

Commit 4a41feb

Browse files
committed
v4.1.6
1 parent f8458a7 commit 4a41feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"bugs": "https://github.com/asamuzaK/semverParser/issues",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/asamuzaK/semverParser.git"
10+
"url": "git+https://github.com/asamuzaK/semverParser.git"
1111
},
1212
"type": "module",
1313
"main": "index.js",
@@ -29,5 +29,5 @@
2929
"test": "c8 --reporter=text mocha --exit test",
3030
"tsc": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && npx tsc"
3131
},
32-
"version": "4.1.5"
32+
"version": "4.1.6"
3333
}

0 commit comments

Comments
 (0)