chore: upgrade shelljs to 0.8.4 (#2661)

This commit is contained in:
Alexey Pyltsyn 2020-04-25 22:34:48 +03:00 committed by GitHub
parent 901682ee46
commit 8730df7044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View file

@ -15,6 +15,6 @@
},
"dependencies": {
"chalk": "^3.0.0",
"shelljs": "^0.8.3"
"shelljs": "^0.8.4"
}
}