refactor: updater
parent
6842a1659b
commit
6cd21a52b7
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docmirror/dev-sidecar-gui",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"private": false,
|
||||
"license": "MPL-2.0",
|
||||
"scripts": {
|
||||
|
|
|
@ -58,8 +58,7 @@ module.exports = {
|
|||
publish: {
|
||||
provider: 'generic',
|
||||
url: ''
|
||||
},
|
||||
compression: 'maximum'
|
||||
}
|
||||
},
|
||||
chainWebpackMainProcess (config) {
|
||||
config.entry('mitmproxy').add(path.join(__dirname, 'src/bridge/mitmproxy.js'))
|
||||
|
|
Loading…
Reference in New Issue