Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
No change to logic. This updates dependencies, which includes
shelljs/shelljs#1058.
  • Loading branch information
nfischer committed Jan 9, 2022
1 parent 009e7bb commit 34f139a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,6 +6,7 @@ lib
.nyc_output
coverage
.shxrc.json
package-lock.json

# Linux
*~
Expand Down
3 changes: 0 additions & 3 deletions .npmrc

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -64,15 +64,15 @@
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"rimraf": "^2.5.2",
"shelljs-changelog": "^0.2.0",
"shelljs-plugin-open": "^0.2.0",
"shelljs-release": "^0.3.0",
"shelljs-changelog": "^0.2.6",
"shelljs-plugin-open": "^0.2.1",
"shelljs-release": "^0.5.1",
"should": "^13.2.3",
"watch": "^1.0.2"
},
"dependencies": {
"minimist": "^1.2.3",
"shelljs": "^0.8.4"
"shelljs": "^0.8.5"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 34f139a

Please sign in to comment.