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 authored and jaywcjlove committed Feb 1, 2018
1 parent 67432a3 commit b4143da
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node build/build.js"
"start": "node build/build.js",
"postinstall": "opencollective postinstall"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,5 +34,13 @@
"marked": "^0.3.6",
"mkdirp": "^0.5.1",
"pygmentize-bundled": "^2.3.0"
},
"dependencies": {
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/awesome-mac",
"logo": "https://opencollective.com/awesome-mac/logo.txt"
}
}
}

0 comments on commit b4143da

Please sign in to comment.