Skip to content

Commit

Permalink
Merge 2aab41d into 3318a42
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Dec 28, 2017
2 parents 3318a42 + 2aab41d commit ca80906
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
package-lock.json
node_modules
build
dist
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
{
"name": "bitbucket-repository-provider",
"version": "0.0.0-semantic-release",
"description": "repository provider for bitbucket",
"main": "dist/bitbucket-repository-provider.js",
"module": "src/bitbucket-repository-provider.js",
"description": "repository provider for bitbucket",
"keywords": [
"git",
"bitbucket"
],
"contributors": [
{
"name": "Markus Felten",
"email": "markus.felten@gmx.de"
}
],
"license": "BSD-2-Clause",
"scripts": {
"cover": "nyc --temp-directory build/nyc ava",
"test": "ava",
Expand All @@ -15,13 +26,6 @@
"prepare": "rollup -c",
"lint": "documentation lint src/bitbucket-repository-provider.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arlac77/bitbucket-repository-provider.git"
},
"engines": {
"node": ">=8.9.3"
},
"dependencies": {
"bitbucket-server-nodejs": "^2.11.4",
"repository-provider": "^2.1.1"
Expand All @@ -36,22 +40,18 @@
"xo": "^0.19.0",
"documentation": "^5.3.5"
},
"release": {},
"keywords": [
"git",
"bitbucket"
],
"license": "BSD-2-Clause",
"engines": {
"node": ">=8.9.3"
},
"repository": {
"type": "git",
"url": "git+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",
"contributors": [
{
"name": "Markus Felten",
"email": "markus.felten@gmx.de"
}
],
"release": {},
"ava": {
"files": [
"build/*-test.js"
Expand All @@ -70,12 +70,12 @@
],
"report-dir": "./build/coverage"
},
"xo": {
"space": true
},
"template": {
"repository": {
"url": "https://github.com/arlac77/npm-package-template.git"
}
},
"xo": {
"space": true
}
}

0 comments on commit ca80906

Please sign in to comment.