Browse Source

Add (unless) node minimum version in packages.json

Godzil 6 years ago
parent
commit
acd91e2679
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package.json

+ 3 - 0
package.json

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