1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00
This commit is contained in:
Laurent Cozic 2017-11-13 17:21:49 +00:00
parent 4dc4c6cf26
commit 63c3636151
2 changed files with 471 additions and 703 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "electron-builder --dir",
"pack": "node_modules/.bin/electron-builder --dir",
"dist": "node_modules/.bin/electron-builder"
},
"repository": {
@ -30,6 +30,9 @@
"electron": "^1.7.9",
"electron-builder": "^19.45.4"
},
"optionalDependencies": {
"7zip-bin-mac": "^1.0.1"
},
"dependencies": {
"app-module-path": "^2.2.0",
"electron-context-menu": "^0.9.1",