Skip to content

Commit 8e4aa2b

Browse files
authored
ignore tap (#57)
1 parent ce45ac1 commit 8e4aa2b

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
@@ -38,13 +38,18 @@
3838
"simple-get": "^3.0.3",
3939
"snazzy": "^8.0.0",
4040
"standard": "^12.0.1",
41-
"tap": "^12.5.2",
41+
"tap": "^12.6.6",
4242
"typescript": "^3.4.5"
4343
},
4444
"peerDependencies": {
4545
"fastify": "2.x"
4646
},
4747
"dependencies": {
4848
"fastify-reply-from": "^0.6.0"
49+
},
50+
"greenkeeper": {
51+
"ignore": [
52+
"tap"
53+
]
4954
}
5055
}

0 commit comments

Comments
 (0)