mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
21 lines
338 B
JSON
21 lines
338 B
JSON
{
|
|
"version": "2.8.0",
|
|
"includeMergedTags": true,
|
|
"packages": [
|
|
"packages/*",
|
|
"plugins/*",
|
|
"packages/insomnia-app/build"
|
|
],
|
|
"command": {
|
|
"version": {
|
|
"exact": true,
|
|
"forcePublish": true,
|
|
"gitTagVersion": false,
|
|
"push": false
|
|
},
|
|
"publish": {
|
|
"verifyAccess": false
|
|
}
|
|
}
|
|
}
|