1.0.4 • Published 6 years ago

litecollective v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

litecollective

A lightweight package that provides exact the same postinstall action as the original opencollective package but with a much smaller footprint (200KB vs 24MB).

Install

$ npm install --save litecollective

Config

Add the following to your package.json:

{
  "scripts": {
    "postinstall": "litecollective"
  },
  "collective": {
    "logo": "https://opencollective.com/webpack/logo.txt",
    "url": "https://opencollective.com/webpack"
  }
}