Skip to content

Commit 28a1299

Browse files
committed
update tap & tap-parser to latest versions fixes tape-testing#312 (update devDependencies)
1 parent 6978df4 commit 28a1299

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
@@ -26,8 +26,8 @@
2626
"concat-stream": "~1.5.1",
2727
"falafel": "~1.2.0",
2828
"js-yaml": "~3.6.1",
29-
"tap": "~0.7.1",
30-
"tap-parser": "~1.2.2"
29+
"tap": "~7.0.0",
30+
"tap-parser": "~2.0.0"
3131
},
3232
"scripts": {
3333
"test": "tap test/*.js"

0 commit comments

Comments
 (0)