Просмотр исходного кода

Merge pull request #125 from crowi/update-dependent-node-version

Update node version from 4.2.x to 4.x
Sotaro KARASAWA 9 лет назад
Родитель
Сommit
583ea5b311
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -24,8 +24,8 @@
     "url": "https://github.com/crowi/crowi.git"
   },
   "engines": {
-    "node": "4.2.x",
-    "npm": "3.3.x"
+    "node": "4.x",
+    "npm": "3.x"
   },
   "dependencies": {
     "async": "~1.5.0",