mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-24 17:03:47 +01:00
f2a187d5fe
* feat(#1460): string interpolation * chore: deleted file commited accidentally
10 lines
169 B
Markdown
10 lines
169 B
Markdown
# bruno-common
|
|
|
|
A collection of common utilities used across Bruno App, Electron and CLI packages.
|
|
|
|
### Publish to Npm Registry
|
|
|
|
```bash
|
|
npm publish --access=public
|
|
```
|