Skip to content

Commit

Permalink
v4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Oct 24, 2023
1 parent f8458a7 commit 4a41feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": "https://github.com/asamuzaK/semverParser/issues",
"repository": {
"type": "git",
"url": "https://github.com/asamuzaK/semverParser.git"
"url": "git+https://github.com/asamuzaK/semverParser.git"
},
"type": "module",
"main": "index.js",
Expand All @@ -29,5 +29,5 @@
"test": "c8 --reporter=text mocha --exit test",
"tsc": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && npx tsc"
},
"version": "4.1.5"
"version": "4.1.6"
}

0 comments on commit 4a41feb

Please sign in to comment.