Skip to content

Commit

Permalink
Added call to donate after npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
xdamman committed May 18, 2017
1 parent 00e76f2 commit 3aca1b0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
"lint": "eslint .",
"test": "jest --config ./.jestrc.json",
"test:watch": "npm test -- --watch",
"coverage": "codecov"
"coverage": "codecov",
"postinstall": "opencollective postinstall"
},
"dependencies": {
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
}
}
}

0 comments on commit 3aca1b0

Please sign in to comment.