bruno/lerna.json

11 lines
170 B
JSON
Raw Normal View History

2021-12-02 09:27:22 +01:00
{
"version": "0.0.1",
2021-12-02 09:27:22 +01:00
"packages": [
"packages/*"
],
"publish": {
"message": "chore(release): publish",
"registry": "https://registry.npmjs.org"
}
2021-12-02 09:27:22 +01:00
}