Skip to content

Commit

Permalink
feat: Merge pull request #3 from pelias/setup-semantic-release
Browse files Browse the repository at this point in the history
add semantic release support
  • Loading branch information
trescube authored May 5, 2017
2 parents 72ee706 + 42d552a commit 90b0a27
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pelias-microservice-wrapper",
"version": "1.0.0",
"version": "0.0.0-development",
"description": "Module that provides a convenience wrapper around HTTP GET microservices",
"main": "index.js",
"scripts": {
Expand All @@ -13,6 +13,9 @@
},
"author": "Mapzen",
"license": "MIT",
"engines": {
"node": ">= 4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pelias/microservice-wrapper.git"
Expand All @@ -22,14 +25,22 @@
],
"devDependencies": {
"express": "^4.15.2",
"npm-check": "git://github.com/orangejulius/npm-check.git#disable-update-check",
"pelias-mock-logger": "^1.1.0",
"proxyquire": "^1.7.11",
"tape": "^4.6.3"
"tape": "^4.6.3",
"semantic-release": "^6.3.2"
},
"dependencies": {
"lodash": "^4.17.4",
"pelias-logger": "^0.2.0",
"superagent": "^3.5.2",
"tap-dot": "^1.0.5"
}
},
"pre-commit": [
"lint",
"validate",
"test",
"check-dependencies"
]
}

0 comments on commit 90b0a27

Please sign in to comment.