mixpanel-js-utils
v0.0.10
Published
Javascript utilities for use across Mixpanel products
Downloads
13
Readme
mixpanel-js-utils
A JS utility library for Mixpanel. Currently this is used to share code between our application and our JS library.
Installing and using
Install via NPM:
npm install mixpanel-js-utils
Import to use:
import utils from 'mixpanel-js-utils'
Developing
- Create a branch
- Add your changes
- Build and test your changes via
npm test
- Update the version in
package.json
- Commit, review, merge, and tag the new release
npm publish
to push to npm