diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 54f753e64..bd081ee3d 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -32,8 +32,7 @@ "parse5": "1.4.2", "punycode": "1.3.2", "querystring": "0.2.0", - "url": "0.10.3", - "shelljs": "^0.7.0" + "url": "0.10.3" }, "devDependencies": { "tns-core-modules": ">=2.0.0 || >=2.1.0-2016 || >=2.0.0-angular-7", diff --git a/ng-sample/package.json b/ng-sample/package.json index b2c289a41..1a03839b2 100644 --- a/ng-sample/package.json +++ b/ng-sample/package.json @@ -40,8 +40,7 @@ "parse5": "1.4.2", "punycode": "1.3.2", "querystring": "0.2.0", - "url": "0.10.3", - "shelljs": "^0.7.0" + "url": "0.10.3" }, "devDependencies": { "babel-traverse": "6.9.0", diff --git a/tests/package.json b/tests/package.json index 0e4cab595..2a0f0ceef 100644 --- a/tests/package.json +++ b/tests/package.json @@ -43,8 +43,7 @@ "parse5": "1.4.2", "punycode": "1.3.2", "querystring": "0.2.0", - "url": "0.10.3", - "shelljs": "^0.7.0" + "url": "0.10.3" }, "devDependencies": { "babel-traverse": "6.8.0", @@ -63,7 +62,6 @@ "mocha": "^2.4.5", "nativescript-dev-appium": "^0.0.10", "nativescript-dev-typescript": "^0.3.1", - "shelljs": "^0.5.3", "typescript": "^1.8.10", "wd": "0.4.0" },