File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
7171now 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
7587This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details
You can’t perform that action at this time.
0 commit comments