We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c353270 commit bad9fb2Copy full SHA for bad9fb2
package.json
@@ -7,7 +7,8 @@
7
"test": "TS_NODE_FAST=true TS_NODE_NO_PROJECT=true ava",
8
"prepublish": "typings install",
9
"build": "rimraf dist && tsc -p .",
10
- "semantic-release": "npm run build && semantic-release pre && npm publish --access=public && semantic-release post"
+ "semantic-release": "npm run build && semantic-release pre && npm publish --access=public && semantic-release post",
11
+ "postpublish": "greenkeeper-postpublish"
12
},
13
"repository": {
14
"type": "git",
@@ -30,6 +31,7 @@
30
31
"homepage": "https://github.com/easy-webpack/config-uglify#readme",
32
"devDependencies": {
33
"ava": "^0.15.2",
34
+ "greenkeeper-postpublish": "^1.0.0",
35
"semantic-release": "^4.3.5",
36
"ts-node": "^0.9.1",
37
"tslint": "^3.11.0",
0 commit comments