insomnia/lerna.json
Opender Singh 69d7514095
Tags for all of the plugins! (#3328)
* feat: add tags to regular plugins

* feat: plugin support for request validator plugins

* feat: add tags to security plugins

* feat: security plugins detecting the expected property

* chore: don't force publish and bump version

* publish npm packages lib@2.2.35-beta.4
2021-04-28 08:14:49 +12:00

15 lines
233 B
JSON

{
"tagVersionPrefix": "lib@",
"version": "2.2.35-beta.4",
"includeMergedTags": true,
"command": {
"version": {
"message": "publish npm packages %s"
}
},
"packages": [
"packages/*",
"plugins/*"
]
}