Browse Source

bump `nyc`

allow-304
Sindre Sorhus 8 years ago
parent
commit
88a8ac8ac3
  1. 5
      package.json

5
package.json

@ -62,7 +62,7 @@
"form-data": "^2.1.1", "form-data": "^2.1.1",
"get-port": "^2.0.0", "get-port": "^2.0.0",
"into-stream": "^3.0.0", "into-stream": "^3.0.0",
"nyc": "^9.0.1", "nyc": "^10.0.0",
"pem": "^1.4.4", "pem": "^1.4.4",
"pify": "^2.3.0", "pify": "^2.3.0",
"tempfile": "^1.1.1", "tempfile": "^1.1.1",
@ -73,8 +73,5 @@
}, },
"ava": { "ava": {
"concurrency": 4 "concurrency": 4
},
"nyc": {
"cache": true
} }
} }

Loading…
Cancel
Save