Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onury committed Nov 24, 2017
1 parent ace91aa commit 85fb675
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 @@ -8,7 +8,7 @@
"build:min": "BABEL_ENV=production babel src --out-file dist/invert.min.js",
"build": "yarn build:dev && yarn build:min",
"test": "jest --verbose",
"cover": "yarn test --coverage",
"cover": "jest --coverage --verbose",
"coveralls": "cat ./test/.coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js -v",
"report": "open ./test/.coverage/lcov-report/index.html"
},
Expand Down

0 comments on commit 85fb675

Please sign in to comment.