Skip to content

Commit

Permalink
ignore tap (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed May 11, 2019
1 parent 2ec115d commit 83d7e24
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,17 @@
"eslint-plugin-typescript": "^0.14.0",
"fastify": "^2.0.0",
"standard": "^12.0.1",
"tap": "^12.5.1",
"tap": "^12.6.5",
"typescript": "^3.3.1",
"typescript-eslint-parser": "^22.0.0"
},
"dependencies": {
"fastify-plugin": "^1.5.0",
"vary": "^1.1.2"
},
"greenkeeper": {
"ignore": [
"tap"
]
}
}

0 comments on commit 83d7e24

Please sign in to comment.