Skip to content

Commit

Permalink
Added call to donate after npm install (optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeywithacupcake committed Feb 15, 2018
1 parent ae1bdef commit 9c70121
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"builddocs": "node_modules/jus/cli.js build docs-src docs",
"docs": "npm run build && node_modules/jus/cli.js serve docs-src",
"prepare": "npm run build && npm run builddocs",
"prepublish": "npm run build"
"prepublish": "npm run build",
"postinstall": "opencollective postinstall"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -96,6 +97,11 @@
],
"dependencies": {
"es6-object-assign": "^1.1.0",
"opencollective": "^1.0.3",
"promise-polyfill": "^6.0.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/SweetAlert"
}
}
}

0 comments on commit 9c70121

Please sign in to comment.