Skip to content

Commit

Permalink
refactor(review): address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbbottam committed Feb 22, 2017
1 parent 75b3986 commit da11db6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cache:
notifications:
email: false
node_js:
- stable
- 'node'
- '6'
before_script:
- npm prune
script:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"commit": "git-cz",
"validate": "npm-run-all --parallel lint cover --sequential check-coverage",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"prebuild": "rimraf dist",
"build": "babel src -d dist --presets es2015",
"report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"travis-after-all": "travis-after-all && npm run report-coverage && npm run semantic-release"
},
"files": ["dist"],
"bin": {
"eslint-find-rules": "dist/bin/find.js",
"eslint-diff-rules": "dist/bin/diff.js"
Expand Down Expand Up @@ -52,6 +52,7 @@
"nyc": "6.6.1",
"opt-cli": "^1.1.1",
"proxyquire": "1.7.10",
"rimraf": "^2.6.0",
"semantic-release": "4.3.5",
"sinon": "^1.17.3",
"travis-after-all": "^1.4.4",
Expand Down

0 comments on commit da11db6

Please sign in to comment.