We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8458a7 commit 4a41febCopy full SHA for 4a41feb
package.json
@@ -7,7 +7,7 @@
7
"bugs": "https://github.com/asamuzaK/semverParser/issues",
8
"repository": {
9
"type": "git",
10
- "url": "https://github.com/asamuzaK/semverParser.git"
+ "url": "git+https://github.com/asamuzaK/semverParser.git"
11
},
12
"type": "module",
13
"main": "index.js",
@@ -29,5 +29,5 @@
29
"test": "c8 --reporter=text mocha --exit test",
30
"tsc": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && npx tsc"
31
32
- "version": "4.1.5"
+ "version": "4.1.6"
33
}
0 commit comments