Skip to content

Commit

Permalink
post publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
deavial committed Feb 9, 2017
1 parent 88caeab commit ca112b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "dialog popup for react-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postpublish": "greenkeeper-postpublish"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,5 +34,8 @@
"peerDependencies": {
"react": "~15.4.2",
"react-native": "^0.41.2"
},
"devDependencies": {
"greenkeeper-postpublish": "^1.0.1"
}
}

0 comments on commit ca112b9

Please sign in to comment.