Skip to content

Commit a1e59bc

Browse files
committed
Add shelljs as an explicit dependency.
Fix a problem where it wasn't always being installed after `tns test init`
1 parent 9f6f263 commit a1e59bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
"type": "git",
1212
"url": "https://github.com/NativeScript/karma-nativescript-launcher.git"
1313
},
14+
"dependencies": {
15+
"shelljs": "0.5.3"
16+
},
1417
"devDependencies": {
1518
"grunt": "^0.4.5",
16-
"grunt-shell": "^1.1.2",
17-
"shelljs": "0.5.3"
19+
"grunt-shell": "^1.1.2"
1820
}
1921
}

0 commit comments

Comments
 (0)