Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit 728a0fb

Browse files
committed
chore(package): enable greenkeeper
1 parent a4cacc7 commit 728a0fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"test": "TS_NODE_FAST=true TS_NODE_NO_PROJECT=true ava",
88
"prepublish": "typings install",
99
"build": "rimraf dist && tsc -p .",
10-
"semantic-release": "npm run build && semantic-release pre && npm publish --access=public && semantic-release post"
10+
"semantic-release": "npm run build && semantic-release pre && npm publish --access=public && semantic-release post",
11+
"postpublish": "greenkeeper-postpublish"
1112
},
1213
"repository": {
1314
"type": "git",
@@ -30,6 +31,7 @@
3031
"homepage": "https://github.com/easy-webpack/config-typescript#readme",
3132
"devDependencies": {
3233
"ava": "^0.15.2",
34+
"greenkeeper-postpublish": "^1.0.0",
3335
"semantic-release": "^4.3.5",
3436
"ts-node": "^0.9.3",
3537
"tslint": "^3.13.0",

0 commit comments

Comments
 (0)