9 lines
128 B
Markdown
9 lines
128 B
Markdown
|
# Release
|
||
|
|
||
|
This package gets published from the root folder. To release:
|
||
|
|
||
|
```bash
|
||
|
npm version major|minor|patch
|
||
|
npm publish
|
||
|
```
|