Skip to content

Commit

Permalink
fix(package): install standard as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 8, 2016
1 parent bb9586c commit af46312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"cz-conventional-changelog": "^1.1.6",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.2.0"
"mocha-lcov-reporter": "^1.2.0",
"standard": "^7.1.2"
},
"scripts": {
"test": "npm run lint && node --harmony-proxies ./node_modules/.bin/istanbul cover _mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
Expand Down

0 comments on commit af46312

Please sign in to comment.