This commit is contained in:
Raul Hidalgo Caballero 2018-03-10 23:36:40 +01:00
Родитель 37fc751d4a
Коммит 13e4961c39
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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";

1
src/main/index.ts Normal file
Просмотреть файл

@ -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"
]
}