Skip to content

Commit

Permalink
Updated tap to v14.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed May 27, 2019
1 parent 685a9ac commit fc8f642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ node_modules
.node_repl_history

profile-*

.nyc_output
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pre-commit": "^1.1.2",
"split2": "^3.1.0",
"standard": "^12.0.0",
"tap": "^13.1.8"
"tap": "^14.1.1"
},
"dependencies": {
"chalk": "^2.4.2",
Expand All @@ -61,10 +61,5 @@
"reinterval": "^1.1.0",
"retimer": "^2.0.0",
"timestring": "^6.0.0"
},
"greenkeeper": {
"ignore": [
"tap"
]
}
}

0 comments on commit fc8f642

Please sign in to comment.