You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-24 23:26:50 +02:00
Moved joplin-renderer dependencies to client package.json as a workaround to electron-builder bug
Due to this bug: https://github.com/electron-userland/electron-builder/issues/3185
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
"jasmine": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"//": "NOTE: due to a bug in electron-builder, the dependencies are currently copied in each client package.json: https://github.com/electron-userland/electron-builder/issues/3185",
|
||||
"///": "Any added or modified dependency should however be listed here so that the package can be installed independently",
|
||||
"base-64": "^0.1.0",
|
||||
"font-awesome-filetypes": "^2.1.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
|
Reference in New Issue
Block a user