Skip to content

Commit c110fe3

Browse files
author
vakrilov
committed
Remove shelljs dependency
1 parent ccf9d5a commit c110fe3

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

nativescript-angular/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"parse5": "1.4.2",
3333
"punycode": "1.3.2",
3434
"querystring": "0.2.0",
35-
"url": "0.10.3",
36-
"shelljs": "^0.7.0"
35+
"url": "0.10.3"
3736
},
3837
"devDependencies": {
3938
"tns-core-modules": ">=2.0.0 || >=2.1.0-2016 || >=2.0.0-angular-7",

ng-sample/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"parse5": "1.4.2",
4141
"punycode": "1.3.2",
4242
"querystring": "0.2.0",
43-
"url": "0.10.3",
44-
"shelljs": "^0.7.0"
43+
"url": "0.10.3"
4544
},
4645
"devDependencies": {
4746
"babel-traverse": "6.9.0",

tests/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"parse5": "1.4.2",
4444
"punycode": "1.3.2",
4545
"querystring": "0.2.0",
46-
"url": "0.10.3",
47-
"shelljs": "^0.7.0"
46+
"url": "0.10.3"
4847
},
4948
"devDependencies": {
5049
"babel-traverse": "6.8.0",
@@ -63,7 +62,6 @@
6362
"mocha": "^2.4.5",
6463
"nativescript-dev-appium": "^0.0.10",
6564
"nativescript-dev-typescript": "^0.3.1",
66-
"shelljs": "^0.5.3",
6765
"typescript": "^1.8.10",
6866
"wd": "0.4.0"
6967
},

0 commit comments

Comments
 (0)