2.0.1 • Published 7 years ago

monobrow-cmz-pack v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

monobrow-cmz-pack

A monobrow config pack with some common cmz dependencies and build config.

Usage

To include in your project:

  • npm install -S monobrow-cmz-pack
  • add the pack to your monobrow config, eg:
// monobrow/config.js

module.exports = {
  entry: 'src/index.js',
  packs: [
    require('monobrow-cmz-pack')
  ]
}

Development

If you want to try making changes or forking this, remember to run npm run build to rebundle the vendor files.

License

MIT

2.0.1

7 years ago

2.0.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago