diff --git a/PUBLISHING.md b/PUBLISHING.md new file mode 100644 index 0000000..8995cbd --- /dev/null +++ b/PUBLISHING.md @@ -0,0 +1,7 @@ +### Publish on NPM + +- [login to your npm account](http://npm.github.io/installation-setup-docs/installing/logging-in-and-out.html) +- make sure to update the version of the package on `package.json` +- inside projects folder run `npm publish` +- on github download the code to your machine and upload it to create a new release + diff --git a/docs/releases.png b/docs/releases.png new file mode 100644 index 0000000..6327f7f Binary files /dev/null and b/docs/releases.png differ