Skip to content

Commit

Permalink
Add Greenkeeper postpublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Feb 13, 2017
1 parent 0581fed commit 5d517d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -17,6 +17,7 @@
"coveralls": "^2.11.12",
"documentation": "4.0.0-beta5",
"eslint": "^3.8.0",
"greenkeeper-postpublish": "^1.0.1",
"rollup": "0.41.4",
"tap": "^9.0.0"
},
Expand All @@ -28,6 +29,7 @@
"docs": "documentation build index.js --lint --github --format html --output docs/",
"lint": "eslint index.js server.js test",
"start": "node server.js",
"test": "npm run lint && npm run build && tap --cov test/*.js"
"test": "npm run lint && npm run build && tap --cov test/*.js",
"postpublish": "greenkeeper-postpublish"
}
}

0 comments on commit 5d517d7

Please sign in to comment.