Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Cohen committed Feb 10, 2016
1 parent 8a65d66 commit acda310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"clean": "rimraf coverage .nyc_output npm-debug.log",
"lint": "eslint --config .eslintrc test/*-test.js isRequiredIf.js",
"test": "NODE_ENV=test nyc --cache --require babel-core/register tap -R=nyan -c ./test/**/*-test.js",
"test": "NODE_ENV=test nyc --cache --require babel-core/register tap -R=classic -c ./test/**/*-test.js",
"posttest": "npm run clean",
"prebuild": "npm run clean && npm run lint && npm run test",
"build": "rollup -c ./config/rollup.config.cjs.js",
Expand Down

0 comments on commit acda310

Please sign in to comment.