Skip to content

Commit 2b8441f

Browse files
committed
update deps
1 parent 798a50f commit 2b8441f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"pull-through": "~1.0.6"
1212
},
1313
"devDependencies": {
14-
"pull-stream": "~2.20.1",
15-
"tape": "~0.3.0"
14+
"pull-stream": "^3.2.0",
15+
"tape": "^4.4.0"
1616
},
1717
"scripts": {
1818
"test": "set -e; for t in test/*.js; do node $t; done"

0 commit comments

Comments
 (0)