Bläddra i källkod

updated package.json.

master
Kalimuthu Selvaraj 4 år sedan
förälder
incheckning
34959ff596
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      package.json

+ 1
- 1
package.json Visa fil

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --timeout 1500000",
"cover": "nyc node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/* --timeout 1500000",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/* --timeout 1500000",
"coverage": "nyc npm run test"
},
"keywords": [

Laddar…
Avbryt
Spara