1.0.1 • Published 6 years ago

opencollective-lite v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

opencollective-lite

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 opencollective-lite

Config

Add the following to your package.json:

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