Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrée Björkgård committed Feb 26, 2017
1 parent 0b5a074 commit 0fcfc5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"test": "jest src",
"build": "rm -rf dist && babel src --out-dir dist --ignore spec.js,test.js",
"lint": "eslint src",
"checks": "npm test && npm run lint",
"prepublish": "npm run checks && npm run build",
"precommit": "npm run test",
"prepush": "npm run checks",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"checks": "yarn test && yarn run lint",
"prepublish": "yarn run checks && yarn run build",
"precommit": "yarn test",
"prepush": "yarn run checks",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0fcfc5f

Please sign in to comment.