Skip to content

Commit

Permalink
chore(package): greenkeeper-postpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 16, 2016
1 parent 6398e3b commit c949e8e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "node example",
"pretest": "standard",
"test": "frontend-test-background mocha test/*.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"postpublish": "greenkeeper-postpublish"
},
"repository": {
"type": "git",
Expand All @@ -34,14 +35,15 @@
"@gr2m/frontend-test-setup": "^1.2.1",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"greenkeeper-postpublish": "^1.0.0",
"hapi": "^13.2.1",
"inert": "^4.0.0",
"memdown": "^1.1.2",
"mocha": "^2.4.5",
"pouchdb": "^5.3.0",
"pouchdb-users": "^1.0.3",
"standard": "^7.0.1",
"semantic-release": "^4.3.5"
"semantic-release": "^4.3.5",
"standard": "^7.0.1"
},
"frontend-test-setup": {
"server": {
Expand Down

0 comments on commit c949e8e

Please sign in to comment.