Skip to content

Commit

Permalink
Merge 35aea29 into 17d81e8
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 24, 2018
2 parents 17d81e8 + 35aea29 commit ca06eb0
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"main": "dist/bitbucket-repository-provider.js",
"module": "src/bitbucket-repository-provider.js",
"description": "repository provider for bitbucket",
"keywords": ["git", "bitbucket", "repository-provider"],
"keywords": [
"git",
"bitbucket",
"repository-provider"
],
"contributors": [
{
"name": "Markus Felten",
Expand All @@ -18,8 +22,7 @@
"pretest": "rollup -c tests/rollup.config.js",
"precover": "rollup -c tests/rollup.config.js",
"posttest": "npm run prepare && markdown-doctest",
"docs":
"documentation readme src/bitbucket-repository-provider.js --section=API",
"docs": "documentation readme src/bitbucket-repository-provider.js --section=API",
"semantic-release": "semantic-release",
"prepare": "rollup -c",
"lint": "documentation lint src/bitbucket-repository-provider.js",
Expand All @@ -38,27 +41,36 @@
"rollup-plugin-multi-entry": "^2.0.2",
"semantic-release": "^12.2.4",
"documentation": "^5.3.5",
"travis-deploy-once": "4.3.2"
"travis-deploy-once": "^4.3.3"
},
"engines": {
"node": ">=8.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arlac77/bitbucket-repository-provider.git"
"url": "https://github.com/arlac77/bitbucket-repository-provider.git"
},
"bugs": {
"url": "https://github.com/arlac77/bitbucket-repository-provider/issues"
},
"homepage": "https://github.com/arlac77/bitbucket-repository-provider#readme",
"release": {},
"ava": {
"files": ["build/*-test.js"],
"require": ["babel-register"]
"files": [
"build/*-test.js"
],
"require": [
"babel-register"
]
},
"nyc": {
"include": ["build/*-test.js", "src/**/*.js"],
"reporter": ["lcov"],
"include": [
"build/*-test.js",
"src/**/*.js"
],
"reporter": [
"lcov"
],
"report-dir": "./build/coverage"
},
"xo": {
Expand Down

0 comments on commit ca06eb0

Please sign in to comment.