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 Jan 27, 2018
1 parent 14cd86a commit 41fda87
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"compodoc": "compodoc -p tsconfig.json",
"compodoc-serve": "compodoc -s",
"transpile": "ngc -p ./tsconfig.json",
"serve:prod": "npm run build && lite-server -c ./example/bs-config.json"
"serve:prod": "npm run build && lite-server -c ./example/bs-config.json",
"postinstall": "opencollective postinstall"
},
"typings": "./ngx-infinite-scroll.d.ts",
"author": "Oren Farhi (orizens.com)",
Expand Down Expand Up @@ -72,5 +73,13 @@
"uglify-js": "2.8.15",
"sorcery": "0.10.0",
"yargs": "7.0.2"
},
"dependencies": {
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/ngx-infinite-scroll",
"logo": "https://opencollective.com/ngx-infinite-scroll/logo.txt"
}
}

0 comments on commit 41fda87

Please sign in to comment.