Skip to content

Commit

Permalink
Upgrade tap.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 18, 2020
1 parent be94d0e commit 8adf4c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -16,13 +16,13 @@
"ci-test-no-cov": "tap --timeout=40 test/*.test.js",
"lint": "standard --fix | snazzy"
},
"nyc": {
"exclude": [
"test/*.js",
"shared.js",
"visualizer/d3.js",
"visualizer/data-tree.js",
"visualizer/no-data-node.js"
"tap": {
"nyc-arg": [
"--exclude=test/*.js",
"--exclude=shared.js",
"--exclude=visualizer/d3.js",
"--exclude=visualizer/data-tree.js",
"--exclude=visualizer/no-data-node.js"
]
},
"author": "",
Expand All @@ -46,6 +46,6 @@
"murmur3hash-wasm": "1.0.1",
"snazzy": "^8.0.0",
"standard": "^13.0.0",
"tap": "^12.0.0"
"tap": "^14.10.6"
}
}

0 comments on commit 8adf4c4

Please sign in to comment.