Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge package template from arlac77/npm-package-template #357

Merged
merged 1 commit into from
Jan 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ after_script:
- cat ./build/coverage/lcov.info | coveralls
- npm run docs
after_success:
- npm run semantic-release
- npm run travis-deploy-once "npm run semantic-release"
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"posttest": "npm run prepare && markdown-doctest",
"precover": "rollup -c tests/rollup.config.js",
"prepare": "rollup -c",
"lint": "documentation lint src/service-koa.js"
"lint": "documentation lint src/service-koa.js",
"travis-deploy-once": "travis-deploy-once"
},
"dependencies": {
"koa-jwt": "3.3.0",
Expand All @@ -47,8 +48,9 @@
"nyc": "^11.4.1",
"rollup": "^0.54.0",
"rollup-plugin-multi-entry": "^2.0.2",
"semantic-release": "^11.1.0",
"documentation": "^5.3.5"
"semantic-release": "^12.2.0",
"documentation": "^5.3.5",
"travis-deploy-once": "^4.3.1"
},
"engines": {
"node": ">=8.9.4"
Expand Down