ELECTRON-1170 - Update unpack scripts and bump electron-spellchecker to v2.0.0

This commit is contained in:
Kiran Niranjan 2019-04-25 14:53:45 +05:30
parent 370320bca8
commit aef3ff7139

View File

@ -23,15 +23,15 @@
},
"build": {
"asarUnpack": [
"node_modules/@paulcbetts/cld/build/Release/cld.node"
"node_modules/@nornagon/cld/build/Release/cld.node"
],
"files": [
"!coverage/*",
"!installer/*",
"!tests/*",
"!node_modules/@paulcbetts/cld/deps/cld${/*}",
"!node_modules/@paulcbetts/cld/build/deps${/*}",
"!node_modules/@paulcbetts/spellchecker/vendor${/*}"
"!node_modules/@nornagon/cld/deps/cld${/*}",
"!node_modules/@nornagon/cld/build/deps${/*}",
"!node_modules/@nornagon/spellchecker/vendor${/*}"
],
"extraFiles": [
"config/Symphony.config",
@ -113,7 +113,7 @@
"electron-dl": "1.12.0",
"electron-fetch": "1.3.0",
"electron-log": "2.2.17",
"electron-spellchecker": "git+https://github.com/symphonyoss/electron-spellchecker.git#v1.1.5",
"electron-spellchecker": "git+https://github.com/symphonyoss/electron-spellchecker.git#v2.0.0",
"ffi": "git+https://github.com/symphonyoss/node-ffi.git#v1.2.9",
"filesize": "3.6.1",
"jimp": "0.6.0",