소스 검색

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": "*",
     "sinon": "*",
     "mocha": "*"
     "mocha": "*"
   },
   },
+  "engines": {
+    "node": ">=0.8"
+  },
   "scripts": {
   "scripts": {
     "test": "mocha test"
     "test": "mocha test"
   }
   }