Skip to content

Commit eb8d194

Browse files
committed
Add shelljs to dev dependencies.
1 parent 1425d30 commit eb8d194

File tree

2 files changed

+138
-3
lines changed

2 files changed

+138
-3
lines changed

package-lock.json

Lines changed: 133 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"test": "echo \"Error: no test specified\" && exit 1",
14-
"release-patch": "npm version patch && bin-release"
14+
"release-patch": "bin-release"
1515
},
1616
"repository": {
1717
"type": "git",
@@ -26,5 +26,8 @@
2626
"bugs": {
2727
"url": "https://github.com/dadish/ProcessGraphQL/issues"
2828
},
29-
"homepage": "https://github.com/dadish/ProcessGraphQL#readme"
29+
"homepage": "https://github.com/dadish/ProcessGraphQL#readme",
30+
"devDependencies": {
31+
"shelljs": "^0.8.1"
32+
}
3033
}

0 commit comments

Comments
 (0)