chore: publishing to npm

This commit is contained in:
Anoop M D
2023-02-08 03:45:27 +05:30
parent 2b384656b6
commit 67643c4c48
8 changed files with 36 additions and 7 deletions

View File

@ -13,6 +13,7 @@
},
"dependencies": {
"arcsecond": "^5.0.0",
"lodash": "^4.17.21",
"ohm-js": "^16.6.0"
}
}

View File

@ -1,3 +1,8 @@
# bruno-lang
The language utils for working with `.bru` files
### Publish to Npm Registry
```bash
npm publish --access=public
```