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

Commit 7f1180b

Browse files
committed
chore(package): enable greenkeeper
1 parent 76edd89 commit 7f1180b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 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",

0 commit comments

Comments
 (0)