Remove version requirement

This commit is contained in:
Dennis Reimann 2021-04-03 18:43:21 +02:00
parent 62409bb4a2
commit 5f44df78d1
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

@ -11,9 +11,6 @@
},
"license": "MIT",
"main": "stack.js",
"engines": {
"node": ">=14.15"
},
"scripts": {
"stack": "node index.js --cmd=stack",
"withdraw": "node index.js --cmd=withdraw",