فهرست منبع

remove node restriction from package.json

yarn requires correct node version in package.json
and wont install with 4.x. removing since we dont
care about it.
bergquist 8 سال پیش
والد
کامیت
ee4bbf61a9
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      package.json

+ 0 - 4
package.json

@@ -53,10 +53,6 @@
     "systemjs": "0.19.41",
     "zone.js": "^0.7.2"
   },
-  "engines": {
-    "node": "4.x",
-    "npm": "2.14.x"
-  },
   "scripts": {
     "build": "./node_modules/grunt-cli/bin/grunt",
     "test": "./node_modules/grunt-cli/bin/grunt test",