Browse Source

minimal version for node now is 0.12

sanex3339 9 years ago
parent
commit
7031203583
2 changed files with 4 additions and 1 deletions
  1. 0 1
      .travis.yml
  2. 4 0
      package.json

+ 0 - 1
.travis.yml

@@ -2,7 +2,6 @@ sudo: false
 language: node_js
 language: node_js
 
 
 node_js:
 node_js:
-  - "0.10"
   - "0.12"
   - "0.12"
   - iojs
   - iojs
   - "4"
   - "4"

+ 4 - 0
package.json

@@ -11,6 +11,10 @@
     "javascript obfuscator",
     "javascript obfuscator",
     "js obfuscator"
     "js obfuscator"
   ],
   ],
+  "engines": {
+    "node": ">=0.12.0",
+    "iojs": ">=1.0.0"
+  },
   "main": "dist/index.js",
   "main": "dist/index.js",
   "bin": {
   "bin": {
     "javascript-obfuscator": "./bin/javascript-obfuscator.js"
     "javascript-obfuscator": "./bin/javascript-obfuscator.js"