From ee4bbf61a9c78f0fc96426e186dfea0a64f871f8 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 12 Sep 2017 08:15:48 +0200 Subject: [PATCH] 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. --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 5ac5c01d8d9..69877c3fa07 100644 --- a/package.json +++ b/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",