зеркало из https://github.com/docker/kitematic.git
fix main/index
This commit is contained in:
Родитель
37fc751d4a
Коммит
13e4961c39
|
@ -4,7 +4,7 @@
|
|||
"author": "Kitematic",
|
||||
"description": "Simple Docker Container management for Mac OS X, Windows and Ubuntu.",
|
||||
"homepage": "https://kitematic.com/",
|
||||
"main": "./index.main.js",
|
||||
"main": "./main/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:kitematic/kitematic.git"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
import "./browser";
|
|
@ -0,0 +1 @@
|
|||
import "../browser";
|
|
@ -19,7 +19,7 @@
|
|||
"target": "es2015"
|
||||
},
|
||||
"files": [
|
||||
"./src/index.main.ts",
|
||||
"./src/index.renderer.ts"
|
||||
"./src/index.renderer.ts",
|
||||
"./src/main/index.ts"
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче