Skip to content

Commit 539babd

Browse files
authored
Merge pull request #25 from pkgjs/maintenance
Maintenance: update deps, node versions
2 parents 08867f4 + abcaca5 commit 539babd

17 files changed

+584
-566
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44
node_js:
55
- "10"
66
- "12"
7-
- "13"
7+
- "14"
88

99
cache:
1010
npm: false

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
},
3737
"dependencies": {
3838
"@hapi/wreck": "^17.0.0",
39-
"@npmcli/arborist": "0.0.0-pre.14",
39+
"@npmcli/arborist": "0.0.0-pre.19",
4040
"@pkgjs/nv": "0.0.3",
4141
"debug": "^4.1.1",
4242
"git-url-parse": "^11.1.2",
4343
"js-yaml": "^3.13.1",
4444
"minimist": "^1.2.5",
4545
"pacote": "^11.1.0",
46-
"simple-git": "^1.131.0",
47-
"tmp": "^0.1.0"
46+
"simple-git": "^2.5.0",
47+
"tmp": "^0.2.0"
4848
}
4949
}

test/fixtures/node-release-dist.json

+510-492
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/index.js

+70-70
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)