Skip to content

Commit 3487886

Browse files
authored
ignore tap (#25)
1 parent b3faa9c commit 3487886

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
@@ -33,11 +33,16 @@
3333
"pre-commit": "^1.2.2",
3434
"snazzy": "^8.0.0",
3535
"standard": "^12.0.1",
36-
"tap": "^12.1.0"
36+
"tap": "^12.6.6"
3737
},
3838
"dependencies": {
3939
"abstract-cache": "^1.0.1",
4040
"fastify-plugin": "^1.2.1",
4141
"uid-safe": "^2.1.5"
42+
},
43+
"greenkeeper": {
44+
"ignore": [
45+
"tap"
46+
]
4247
}
4348
}

0 commit comments

Comments
 (0)