Skip to content

Commit d417991

Browse files
committed
3.1.0
1 parent b938b8d commit d417991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"bin": "./bin/tape",
@@ -18,8 +18,8 @@
1818
"through": "~2.3.4"
1919
},
2020
"devDependencies": {
21-
"tap" : "~0.4.8",
22-
"falafel" : "~0.3.1",
21+
"tap": "~0.4.8",
22+
"falafel": "~0.3.1",
2323
"concat-stream": "~1.4.1"
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)