Skip to content

Commit

Permalink
Merge pull request #24 from arlac77/template-sync-1
Browse files Browse the repository at this point in the history
merge package template from arlac77/npm-package-template
  • Loading branch information
arlac77 committed Dec 22, 2017
2 parents bfba65f + 4c2245c commit f25b249
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ before_script:
- npm install -g --production coveralls codecov
script:
- npm run cover
- npm run lint
- npm run docs
after_script:
- codecov
- cat ./build/coverage/lcov.info | coveralls
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![npm](https://img.shields.io/npm/v/bitbucket-repository-provider.svg)](https://www.npmjs.com/package/bitbucket-repository-provider)
[![Greenkeeper badge](https://badges.greenkeeper.io/arlac77/bitbucket-repository-provider.svg)](https://greenkeeper.io/)
[![Greenkeeper](https://badges.greenkeeper.io/arlac77/bitbucket-repository-provider.svg)](https://greenkeeper.io/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/bitbucket-repository-provider)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Build Status](https://secure.travis-ci.org/arlac77/bitbucket-repository-provider.png)](http://travis-ci.org/arlac77/bitbucket-repository-provider)
[![bithound](https://www.bithound.io/github/arlac77/bitbucket-repository-provider/badges/score.svg)](https://www.bithound.io/github/arlac77/bitbucket-repository-provider)
[![codecov.io](http://codecov.io/github/arlac77/bitbucket-repository-provider/coverage.svg?branch=master)](http://codecov.io/github/arlac77/bitbucket-repository-provider?branch=master)
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"pretest": "rollup -c tests/rollup.config.js",
"precover": "rollup -c tests/rollup.config.js",
"posttest": "npm run prepare && markdown-doctest",
"docs": "jsdoc2md --configure doc/jsdoc.json -l off -t doc/README.hbs -f src/*.js >README.md",
"docs": "documentation readme src/bitbucket-repository-provider.js --section=API",
"semantic-release": "semantic-release",
"prepare": "rollup -c"
"prepare": "rollup -c",
"lint": "documentation lint src/bitbucket-repository-provider.js"
},
"repository": {
"type": "git",
Expand All @@ -27,15 +28,13 @@
},
"devDependencies": {
"ava": "^0.24.0",
"babel-preset-env": "^1.6.1",
"jsdoc-babel": "^0.3.0",
"jsdoc-to-markdown": "^3.0.2",
"markdown-doctest": "^0.9.1",
"nyc": "^11.4.1",
"rollup": "^0.52.3",
"rollup": "^0.53.0",
"rollup-plugin-multi-entry": "^2.0.2",
"semantic-release": "^11.0.2",
"xo": "^0.19.0"
"xo": "^0.19.0",
"documentation": "^5.3.5"
},
"release": {},
"keywords": [
Expand Down

0 comments on commit f25b249

Please sign in to comment.