Skip to content

Commit

Permalink
Update engine requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
DeRain committed Jun 24, 2020
1 parent 2c79756 commit 2b5ccb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "uuid-to-hex",
"version": "1.1.0",
"version": "1.1.1",
"description": "Convert uuid string representation into hex string",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"engines": {
"node": "~12"
"node": ">=12"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2b5ccb1

Please sign in to comment.