-
Notifications
You must be signed in to change notification settings - Fork 1
Development
Harry Cummings edited this page Feb 16, 2015
·
3 revisions
Node Grunt ('npm install -g grunt-cli`)
git clone [email protected]:hgcummings/hypermeter.git
cd hypermeter
npm install
grunt coverage
You'll need environment variables set up with credentials for plot.ly, e.g.
SET PLOTLY_USERNAME=XXXXXX
SET PLOTLY_API_KEY=XXXXXX
- Bump version number in package.json
- Create and push tag:
git tag M.m.p
,git push origin M.m.p
- Publish to npm
npm publish ./