mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-14 19:08:28 +02:00
chore: publishing to npm
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"arcsecond": "^5.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"ohm-js": "^16.6.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,8 @@
|
||||
# bruno-lang
|
||||
|
||||
The language utils for working with `.bru` files
|
||||
|
||||
### Publish to Npm Registry
|
||||
```bash
|
||||
npm publish --access=public
|
||||
```
|
Reference in New Issue
Block a user