Skip to content

Commit f79894b

Browse files
committed
Merge pull request #22 from NativeScript/hdeshev/shelljs-dependency
Add shelljs as an explicit dependency.
2 parents 9f6f263 + d9318e6 commit f79894b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-nativescript-launcher",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -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)