diff options
author | Rob Loach <robloach@gmail.com> | 2014-12-31 19:27:21 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-12-31 19:27:21 -0500 |
commit | d104f3955067220528b4ca97ff712658de410641 (patch) | |
tree | be674486a2b6e8b705edd67aa32bacb89d88c5a5 | |
parent | f9392d88dfde54aaa1e0f1b59cf518b9cdc655d6 (diff) | |
download | jquery-once-d104f3955067220528b4ca97ff712658de410641.zip jquery-once-d104f3955067220528b4ca97ff712658de410641.tar.gz jquery-once-d104f3955067220528b4ca97ff712658de410641.tar.bz2 |
Add note about publishing to npm
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -154,6 +154,12 @@ Build the project with: npm run-script release +Tag and publish the new versions to [npm](http://npmjs.com): + + git tag 2.4.0 + git push origin 2.4.0 + npm publish + <!-- HISTORY/ --> @@ -204,5 +210,3 @@ These amazing people have contributed code to this project: [Become a contributor!](https://github.com/RobLoach/jquery-once/blob/master/CONTRIBUTING.md#files) <!-- /BACKERS --> - - |