Skip to content

Commit

Permalink
Adding instructions re npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Feb 24, 2017
1 parent 650cc31 commit fdd70ab
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,17 @@ http://www.quirksmode.org/dom/html5.html

Building
----------------

For contributors:

* Run `npm install` to install all the dependencies.
* Run `grunt`. The default task will check the files with jshint, minify them, and use browserify to generate a bundle for testing.
* Run `grunt test` to run the tests.
* Repo owners: run `grunt bump` to tag the new release.


For repo owners, after a code change:

* Run `grunt bump` to tag the new release.
* Run `npm login`, `npm publish` to release on npm.


0 comments on commit fdd70ab

Please sign in to comment.