initial commit
This commit is contained in:
21
CONTRIBUTING
Normal file
21
CONTRIBUTING
Normal file
@@ -0,0 +1,21 @@
|
||||
# Building
|
||||
|
||||
This project uses browserify to manage dependencies and build. Watchify is
|
||||
especially convenient to preserve the write-and-reload model of development.
|
||||
This package lives in the npm index. There is also a bower version of it, but it
|
||||
is deprecated.
|
||||
|
||||
Relevant commands:
|
||||
|
||||
npm run build - builds the module.
|
||||
npm run watch - auto-builds the module whenever any source changes.
|
||||
|
||||
|
||||
# Updating the npm entry
|
||||
|
||||
Once changes are made, a new version can be published to the index using the
|
||||
following commands:
|
||||
|
||||
npm version <NEW_VERSION>
|
||||
npm publish
|
||||
git push
|
||||
Reference in New Issue
Block a user