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

Update node version from 4.2.x to 4.x

Related to https://github.com/npm/registry/issues/10#issuecomment-217141066
Sotaro KARASAWA 9 лет назад
Родитель
Сommit
0cace80813
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",