:head_bandage: update electron-spellchecker

This commit is contained in:
akashnimare
2016-12-31 20:28:09 +05:30
parent 358260f766
commit 3352301b67
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ ipcRenderer.on('shortcut', () => {
// To prevent failing this script on linux we need to load it after the document loaded // To prevent failing this script on linux we need to load it after the document loaded
document.addEventListener('DOMContentLoaded', () => { document.addEventListener('DOMContentLoaded', () => {
require('./spellchecker')(); require('./spellchecker');
}); });
require('./domain')(); require('./domain');

View File

@@ -37,7 +37,7 @@
"electron-localshortcut": "^0.6.1", "electron-localshortcut": "^0.6.1",
"node-json-db": "^0.7.2", "node-json-db": "^0.7.2",
"request": "^2.74.0", "request": "^2.74.0",
"electron-spellchecker": "^0.5.12", "electron-spellchecker": "0.7.1",
"wurl": "^2.1.0" "wurl": "^2.1.0"
} }
} }