Skip to content

Commit 74b28dc

Browse files
authored
chore: update shelljs (#21)
This updates ShellJS from "^0.7.0" to "^0.8.4". This is necessary to resolve issue #20 (the node 14 circular dependency warning). Off the top of my head, I can't remember what breaking changes landed in v0.8.*, so I'm hoping this should be safe (it seems to pass automated tests). This also updates appveyor and travis to test the node LTS releases (even-numbered releases) from 6 through 14.
1 parent d45937b commit 74b28dc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ language: node_js
22
sudo: false
33
node_js:
44
- 6
5-
- 7
65
- 8
6+
- 10
7+
- 12
8+
- 14
79

810
os:
911
- linux

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
environment:
22
matrix:
3+
- nodejs_version: '14'
4+
- nodejs_version: '12'
5+
- nodejs_version: '10'
36
- nodejs_version: '8'
4-
- nodejs_version: '7'
57
- nodejs_version: '6'
68

79
version: '{build}'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"url": "git://github.com/nfischer/shelljs-exec-proxy.git"
3131
},
3232
"dependencies": {
33-
"shelljs": "^0.7.0"
33+
"shelljs": "^0.8.4"
3434
},
3535
"files": [
3636
"index.js",

0 commit comments

Comments
 (0)