Remove version requirement

This commit is contained in:
Dennis Reimann
2021-04-03 18:43:21 +02:00
parent 62409bb4a2
commit 5f44df78d1

View File

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