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

Commit 9a8c8ff

Browse files
committed
chore(package): enable greenkeeper
1 parent 0f5e4a1 commit 9a8c8ff

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",
@@ -32,6 +33,7 @@
3233
"homepage": "https://github.com/easy-webpack/config-sass#readme",
3334
"devDependencies": {
3435
"ava": "^0.15.2",
36+
"greenkeeper-postpublish": "^1.0.0",
3537
"semantic-release": "^4.3.5",
3638
"ts-node": "^0.9.3",
3739
"tslint": "^3.13.0",

0 commit comments

Comments
 (0)