Skip to content

Commit b2e9d17

Browse files
add docs on publishing new release (#36)
1 parent 94a923f commit b2e9d17

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

PUBLISHING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Publish on NPM
2+
3+
- [login to your npm account](http://npm.github.io/installation-setup-docs/installing/logging-in-and-out.html)
4+
- make sure to update the version of the package on `package.json`
5+
- inside projects folder run `npm publish`
6+
- on github download the code to your machine and upload it to create a new release
7+
<img src="./docs/releases.png">

docs/releases.png

28.4 KB
Loading

0 commit comments

Comments
 (0)