mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-04 19:16:07 +02:00
Testing
This commit is contained in:
parent
4dc4c6cf26
commit
63c3636151
1169
ElectronClient/app/package-lock.json
generated
1169
ElectronClient/app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
|||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"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"
|
"dist": "node_modules/.bin/electron-builder"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -30,6 +30,9 @@
|
|||||||
"electron": "^1.7.9",
|
"electron": "^1.7.9",
|
||||||
"electron-builder": "^19.45.4"
|
"electron-builder": "^19.45.4"
|
||||||
},
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"7zip-bin-mac": "^1.0.1"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"app-module-path": "^2.2.0",
|
"app-module-path": "^2.2.0",
|
||||||
"electron-context-menu": "^0.9.1",
|
"electron-context-menu": "^0.9.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user