Browse Source

chore(engines): specify supported node.js versions

evshiron 8 years ago
parent
commit
e9d572ae29
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -59,5 +59,8 @@
     "source-map-support": "^0.4.11",
     "source-map-support": "^0.4.11",
     "tmp": "0.0.31",
     "tmp": "0.0.31",
     "yargs": "^7.0.1"
     "yargs": "^7.0.1"
+  },
+  "engines": {
+    "node": ">=5.10.0"
   }
   }
 }
 }