Skip to content

Commit 12b974c

Browse files
authored
ignore tap (#56)
1 parent fd748f8 commit 12b974c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"jsonstream": "^1.0.3",
2525
"pre-commit": "^1.2.2",
2626
"standard": "^12.0.0",
27-
"tap": "^12.0.0"
27+
"tap": "^12.6.6"
2828
},
2929
"scripts": {
3030
"unit": "tap test.js",
@@ -51,7 +51,8 @@
5151
},
5252
"greenkeeper": {
5353
"ignore": [
54-
"into-stream"
54+
"into-stream",
55+
"tap"
5556
]
5657
}
5758
}

0 commit comments

Comments
 (0)