Skip to content

Commit

Permalink
Update shelljs to avoid circular dependency warnings on Node 14 (#184)
Browse files Browse the repository at this point in the history
shelljs/shelljs#973 updated shelljs to prevent
Node 14 from emitting circular dependency warnings.
  • Loading branch information
Pomax committed Aug 4, 2020
1 parent b733ec9 commit e9e2ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"minimist": "^1.2.3",
"shelljs": "^0.8.1"
"shelljs": "^0.8.4"
},
"engines": {
"node": ">=6"
Expand Down

2 comments on commit e9e2ba1

@nmccready
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please deploy this?

@rebolyte
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☝️ Agreed, can this be released? The most recent version is still 0.3.2.

Please sign in to comment.