Skip to content

Commit 3ff8ba8

Browse files
committedSep 30, 2019
chore: require node >=8, update minipass
1 parent 9c76e0c commit 3ff8ba8

File tree

2 files changed

+402
-651
lines changed

2 files changed

+402
-651
lines changed
 

‎package-lock.json

+397-649
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,19 @@
3838
"license": "ISC",
3939
"dependencies": {
4040
"figgy-pudding": "^3.5.1",
41-
"minipass": "^2.5.1"
41+
"minipass": "^3.0.0"
4242
},
4343
"devDependencies": {
4444
"standard": "^14.3.0",
4545
"standard-version": "^7.0.0",
46-
"tap": "^14.6.4",
46+
"tap": "^14.6.9",
4747
"weallbehave": "^1.2.0",
4848
"weallcontribute": "^1.0.8"
4949
},
5050
"tap": {
5151
"check-coverage": true
52+
},
53+
"engines": {
54+
"node": ">= 8"
5255
}
5356
}

0 commit comments

Comments
 (0)
Please sign in to comment.