-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docs on publishing new release (#36)
- Loading branch information
1 parent
94a923f
commit b2e9d17
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
<img src="./docs/releases.png"> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.