Add (unless) node minimum version in packages.json

This commit is contained in:
Godzil 2017-09-16 22:54:27 +01:00
parent 53f0a9462a
commit acd91e2679

View File

@ -12,6 +12,9 @@
"type": "git", "type": "git",
"url": "git://github.com/Godzil/crunchyroll.js.git" "url": "git://github.com/Godzil/crunchyroll.js.git"
}, },
"engines": {
"node": ">=5.0"
},
"version": "1.1.19", "version": "1.1.19",
"bin": { "bin": {
"crunchy": "./bin/crunchy" "crunchy": "./bin/crunchy"