From d9e337aa460b619f87cf4b30f403f173348f98cb Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 27 Nov 2017 22:37:32 +0100 Subject: [PATCH] build fix --- package.json | 2 +- terminus-ssh/package.json | 1 - terminus-ssh/tsconfig.json | 6 +++++- terminus-ssh/yarn.lock | 13 ++----------- 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 7f99fd45..a31a4dca 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ } }, "scripts": { - "build": "webpack --color --config app/webpack.config.js && webpack --color --config terminus-core/webpack.config.js && webpack --color --config terminus-settings/webpack.config.js && webpack --color --config terminus-terminal/webpack.config.js && webpack --color --config terminus-settings/webpack.config.js && webpack --color --config terminus-plugin-manager/webpack.config.js && webpack --color --config terminus-community-color-schemes/webpack.config.js", + "build": "webpack --color --config app/webpack.config.js && webpack --color --config terminus-core/webpack.config.js && webpack --color --config terminus-settings/webpack.config.js && webpack --color --config terminus-terminal/webpack.config.js && webpack --color --config terminus-settings/webpack.config.js && webpack --color --config terminus-plugin-manager/webpack.config.js && webpack --color --config terminus-community-color-schemes/webpack.config.js && webpack --color --config terminus-ssh/webpack.config.js", "watch": "webpack --progress --color --watch", "start": "cross-env DEV=1 electron --js-flags='--ignition' app --debug", "prod": "cross-env DEV=1 electron --js-flags='--ignition' app", diff --git a/terminus-ssh/package.json b/terminus-ssh/package.json index 79b8412e..bb9597d8 100644 --- a/terminus-ssh/package.json +++ b/terminus-ssh/package.json @@ -41,7 +41,6 @@ "wincredmgr": "^2.0.0", "xkeychain": "^0.0.6" }, - "repository": "eugeny/terminus-ssh", "dependencies": { "ssh2": "^0.5.5" } diff --git a/terminus-ssh/tsconfig.json b/terminus-ssh/tsconfig.json index 1d6cfcbf..d2383e0e 100644 --- a/terminus-ssh/tsconfig.json +++ b/terminus-ssh/tsconfig.json @@ -3,6 +3,10 @@ "exclude": ["node_modules", "dist"], "compilerOptions": { "baseUrl": "src", - "declarationDir": "dist" + "declarationDir": "dist", + "paths": { + "terminus-*": ["terminus-*"], + "*": ["app/node_modules/*"] + } } } diff --git a/terminus-ssh/yarn.lock b/terminus-ssh/yarn.lock index c03a0f71..57674b8d 100644 --- a/terminus-ssh/yarn.lock +++ b/terminus-ssh/yarn.lock @@ -744,7 +744,7 @@ emojis-list@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" -enhanced-resolve@3.3.0: +enhanced-resolve@3.3.0, enhanced-resolve@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-3.3.0.tgz#950964ecc7f0332a42321b673b38dc8ff15535b3" dependencies: @@ -753,15 +753,6 @@ enhanced-resolve@3.3.0: object-assign "^4.0.1" tapable "^0.2.5" -enhanced-resolve@^3.3.0: - version "3.4.1" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-3.4.1.tgz#0421e339fd71419b3da13d129b3979040230476e" - dependencies: - graceful-fs "^4.1.2" - memory-fs "^0.4.0" - object-assign "^4.0.1" - tapable "^0.2.7" - errno@^0.1.3: version "0.1.4" resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.4.tgz#b896e23a9e5e8ba33871fc996abd3635fc9a1c7d" @@ -2635,7 +2626,7 @@ symbol-observable@^1.0.1: version "1.0.4" resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.4.tgz#29bf615d4aa7121bdd898b22d4b3f9bc4e2aa03d" -tapable@^0.2.5, tapable@^0.2.7, tapable@~0.2.5: +tapable@^0.2.5, tapable@~0.2.5: version "0.2.8" resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.8.tgz#99372a5c999bf2df160afc0d74bed4f47948cd22"