mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -06:00
ELECTRON-1170 - Update unpack scripts and bump electron-spellchecker to v2.0.0
This commit is contained in:
parent
370320bca8
commit
aef3ff7139
10
package.json
10
package.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user