Skip to content

Commit

Permalink
chore(package): declare keyword repository-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 23, 2018
1 parent 947a8a0 commit b3a2e6a
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"main": "dist/bitbucket-repository-provider.js",
"module": "src/bitbucket-repository-provider.js",
"description": "repository provider for bitbucket",
"keywords": [
"git",
"bitbucket"
],
"keywords": ["git", "bitbucket", "repository-provider"],
"contributors": [
{
"name": "Markus Felten",
Expand All @@ -21,7 +18,8 @@
"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 Down Expand Up @@ -55,21 +53,12 @@
"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 b3a2e6a

Please sign in to comment.