mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
18 lines
242 B
JSON
18 lines
242 B
JSON
|
{
|
||
|
"lerna": "2.5.1",
|
||
|
"version": "independent",
|
||
|
"packages": [
|
||
|
"plugins/*",
|
||
|
"packages/*",
|
||
|
"website"
|
||
|
],
|
||
|
"commands": {
|
||
|
"publish": {
|
||
|
"ignore": [
|
||
|
"insomnia-app",
|
||
|
"insomnia-website"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|