Sfoglia il codice sorgente

Match restify engine dependencies

Michelle Bu 12 anni fa
parent
commit
72998056e0
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -20,6 +20,9 @@
     "sinon": "*",
     "mocha": "*"
   },
+  "engines": {
+    "node": ">=0.8"
+  },
   "scripts": {
     "test": "mocha test"
   }