README
Brevio icons
npm install @brevio/icons
Publishing new version
- Make changes to icons
- Change version number in
package.json - Run
npm ito updatepackage-lock.json npm run buildto buildgit commit --all --message "1.2.3: description of changes"npm publish --access public