Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2017-08-19 00:15:31 +0300
committerRebecca Turner <me@re-becca.org>2017-08-19 00:16:54 +0300
commit955ef8c4828f4cfe265e12b208552d8485f6fe86 (patch)
treec36d98b165c32701ce2dd967f7e19f66e55f05d6 /package.json
parent040c1f8ce487857fe6a9c32421dbf2b42e450713 (diff)
tap@10.7.2
made t.rejects handle getting expected error but not options Credit: @isaacs Fixes: https://github.com/tapjs/node-tap/issues/384
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c7a66ca61..649baed7c 100644
--- a/package.json
+++ b/package.json
@@ -234,7 +234,7 @@
"sprintf-js": "~1.1.1",
"standard": "~6.0.8",
"tacks": "~1.2.6",
- "tap": "~10.7.1"
+ "tap": "~10.7.2"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",