Skip to content

Commit

Permalink
Remove versiony (use semver instead) (#73)
Browse files Browse the repository at this point in the history
* Remove versiony (use semver instead)

* Fix semver imports
  • Loading branch information
job13er authored Sep 27, 2023
1 parent 33f3139 commit 7b9b5a2
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 96 deletions.
217 changes: 136 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"node-fetch": "^2.6.1",
"promise": "^8.1.0",
"replace-in-file": "^6.3.2",
"versiony": "^2.0.1"
"semver": "^7.5.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
Expand Down
Loading

0 comments on commit 7b9b5a2

Please sign in to comment.