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