瀏覽代碼

Match restify engine dependencies

Michelle Bu 12 年之前
父節點
當前提交
72998056e0
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      package.json

+ 3 - 0
package.json

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