This commit is contained in:
Mr. Stallion 2019-10-21 18:25:59 -05:00
parent a645e1aa7d
commit c0deb265f1
2 changed files with 5 additions and 4 deletions

View File

@ -45,7 +45,8 @@ const modules = path.join(__dirname, 'app', 'node_modules');
const includedPaths = [
'spellchecker/build/Release/spellchecker.node',
'keytar/build/Release/keytar.node'
'keytar/build/Release/keytar.node',
'throat'
];
_.each(

View File

@ -23,6 +23,7 @@
"electron-rebuild": "^1.8.5",
"extract-loader": "^3.1.0",
"file-loader": "^2.0.0",
"lodash": "^4.17.11",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"qs": "^6.6.0",
@ -30,6 +31,7 @@
"sass-loader": "^7.1.0",
"sortablejs": "^1.8.0-rc1",
"style-loader": "^0.23.1",
"throat": "^5.0.0",
"ts-loader": "^5.3.1",
"tslib": "^1.9.3",
"tslint": "^5.12.0",
@ -41,9 +43,7 @@
},
"dependencies": {
"keytar": "^4.3.0",
"lodash": "^4.17.11",
"spellchecker": "^3.5.0",
"throat": "^5.0.0"
"spellchecker": "^3.5.0"
},
"optionalDependencies": {
"appdmg": "^0.5.2",