Skip to content

Commit

Permalink
ci(package.json): argh again...really fix semantic-release setup this…
Browse files Browse the repository at this point in the history
… time
  • Loading branch information
jedwards1211 committed Jan 25, 2017
1 parent ee6edb2 commit 7f0d3b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ after_success:
branches:
except:
- /^v\d+\.\d+\.\d+$/

7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/jedwards1211/es2015-library-skeleton.svg?branch=master)](https://travis-ci.org/jedwards1211/es2015-library-skeleton)
[![Coverage Status](https://coveralls.io/repos/github/jedwards1211/es2015-library-skeleton/badge.svg?branch=master)](https://coveralls.io/github/jedwards1211/es2015-library-skeleton?branch=master)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

This is my personal skeleton for creating an ES2015 library npm package. You are welcome to use it.
Expand All @@ -18,9 +19,7 @@ This is my personal skeleton for creating an ES2015 library npm package. You ar
* eslint-watch
* flow
* flow-watch
* husky
* commitmsg: uses validate-commit-msg
* precommit: runs lint and flow
* prepush: runs test
* pre-commit (runs eslnt and flow)
* semantic-release
* Travis CI
* Coveralls
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"precommit": "npm run lint && flow",
"prepush": "npm test",
"prepublish": "npm run lint && flow && npm test && npm run build && npm run copy-flow-files",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"open:coverage": "open coverage/lcov-report/index.html"
"open:coverage": "open coverage/lcov-report/index.html",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"config": {
"mocha": "--compilers js:babel-core/register ./test/**/*.js",
Expand Down Expand Up @@ -76,6 +76,7 @@
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"rimraf": "^2.5.4",
"semantic-release": "^6.3.2",
"validate-commit-msg": "^2.8.2"
},
"dependencies": {}
Expand Down

0 comments on commit 7f0d3b2

Please sign in to comment.