Skip to content

Commit

Permalink
fix: up tersify
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Jan 13, 2018
1 parent 55bae28 commit 640f9ca
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 62 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ script:
after_script: greenkeeper-lockfile-upload

after_success:
- npm install -g travis-deploy-once@4
- npm run travis-deploy-once "npm run semantic-release"
- npm install --no-save coveralls && npm run coveralls
- npm install --no-save codecov && npm run codecov
89 changes: 29 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@
"nyc": "^11.4.1",
"rimraf": "^2.6.2",
"semantic-release": "^11.2.0",
"travis-deploy-once": "^4.3.0",
"tslint": "^5.9.1",
"tslint-config-unional": "^0.9.0",
"typescript": "^2.6.2"
},
"dependencies": {
"tersify": "^1.1.1"
"tersify": "^1.2.0"
}
}

0 comments on commit 640f9ca

Please sign in to comment.