Skip to content

Commit

Permalink
Merge 8ef31f2 into e5d8510
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Sep 12, 2018
2 parents e5d8510 + 8ef31f2 commit e829803
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -21,13 +21,16 @@
},
"license": "MIT",
"dependencies": {
"debug": "*",
"debug": "^3.2.5",
"mz": "^2.0.0",
"resolve-path": "^1.2.1"
},
"scripts": {
"test": "mocha --require should --reporter spec",
"test-cov": "node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
},
"publishConfig": {
"tag": "latest-1"
}
}

0 comments on commit e829803

Please sign in to comment.