Skip to content

Commit

Permalink
fix: use semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 8, 2018
1 parent 1fec07d commit 4e2e9e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ script:
- nyc report --reporter=text-lcov | coveralls
- nyc check-coverage --lines 70
after_success:
- export NODE_ENV=production
- rm -fr ./dist
- npm run build
- semantic-release pre && npm publish && semantic-release post
- semantic-release
notifications:
email: false
sudo: false
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"debug": "^3.1.0",
"es6-error": "^4.0.2",
"es6-error": "^4.1.1",
"pianola": "^1.2.0",
"regex-parser": "^2.2.8"
"regex-parser": "^2.2.9"
},
"description": "Declarative DOM extraction expression evaluator.",
"devDependencies": {
"ava": "^0.23.0",
"ava": "^0.25.0",
"babel-cli": "^6.26.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"coveralls": "^3.0.0",
"eslint": "^4.10.0",
"eslint-config-canonical": "^9.3.1",
"flow-bin": "^0.57.3",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-canonical": "^9.3.2",
"flow-bin": "^0.71.0",
"flow-copy-source": "^1.3.0",
"husky": "^0.14.3",
"lodash": "^4.17.10",
"nyc": "^11.2.1",
"semantic-release": "^8.2.0",
"sinon": "^4.0.2",
"nyc": "^11.7.1",
"semantic-release": "^15.3.1",
"sinon": "^5.0.7",
"sprintf-js": "^1.1.1"
},
"engines": {
Expand Down

0 comments on commit 4e2e9e2

Please sign in to comment.