Skip to content

Commit 26fd745

Browse files
committed
chore: update shelljs
No change to logic. This updates the ShellJS peer dependency to the latest release. Test: npm test
1 parent 7c83d47 commit 26fd745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"eslint-config-airbnb-base": "^13.1.0",
3232
"eslint-plugin-import": "^2.17.3",
3333
"mocha": "^5.2.0",
34-
"shelljs": "^0.9.1",
34+
"shelljs": "^0.10.0",
3535
"shelljs-changelog": "^0.2.6",
3636
"shelljs-release": "^0.5.1",
3737
"should": "^13.2.3"
3838
},
3939
"peerDependencies": {
40-
"shelljs": "^0.9.1"
40+
"shelljs": "^0.10.0"
4141
},
4242
"dependencies": {
4343
"opener": "^1.4.1"

0 commit comments

Comments
 (0)