Skip to content

Commit 42f5b56

Browse files
committed
publish note + fix badges on top
1 parent 11a5614 commit 42f5b56

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
21
[![npm version](https://img.shields.io/npm/v/waveform-visualizer.svg?style=flat)](https://www.npmjs.com/package/waveform-visualizer)
2+
[![minified size](https://img.shields.io/bundlephobia/min/waveform-visualizer?style=flat)](https://www.npmjs.com/package/waveform-visualizer)
33
[![GitHub license](https://img.shields.io/github/license/chrisweb/waveform-visualizer)](https://github.com/chrisweb/waveform-visualizer/blob/master/LICENSE)
44

55
# waveform-visualizer
@@ -70,6 +70,18 @@ when you are done coding, commit your local changes (if your commit is related t
7070

7171
now open your forks github URL in your browser and hit the pull request button
7272

73+
## note to self: publish package on npmjs.com
74+
75+
login to npmjs.com
76+
77+
`npm login`
78+
79+
!!! before using the next the command ensure the version of your package in the package.json has been updated
80+
81+
publish a new version on npmjs
82+
83+
`npm publish`
84+
7385
## license
7486

7587
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)