Explorar o código

Merge pull request #5454 from Scalingo/node_version_package_json

Fix node version in package.json
Carl Bergquist %!s(int64=9) %!d(string=hai) anos
pai
achega
3460c12491
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -57,7 +57,7 @@
     "systemjs": "0.19.24"
   },
   "engines": {
-    "node": "0.4.x",
+    "node": "4.x",
     "npm": "2.14.x"
   },
   "scripts": {