Skip to content

Commit 7b5cee2

Browse files
authored
ignore tap (#42)
1 parent 58537ca commit 7b5cee2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"form-data": "^2.3.3",
1414
"pre-commit": "^1.2.2",
1515
"standard": "^12.0.0",
16-
"tap": "^12.5.1",
16+
"tap": "^12.6.6",
1717
"tsd": "^0.7.0"
1818
},
1919
"scripts": {
@@ -42,5 +42,10 @@
4242
"homepage": "https://github.com/fastify/light-my-request/blob/master/README.md",
4343
"tsd": {
4444
"directory": "test"
45+
},
46+
"greenkeeper": {
47+
"ignore": [
48+
"tap"
49+
]
4550
}
4651
}

0 commit comments

Comments
 (0)