mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
mac update
This commit is contained in:
parent
462a676442
commit
667f5c0cfe
3
ElectronClient/.gitignore
vendored
3
ElectronClient/.gitignore
vendored
@ -2,4 +2,5 @@ build/
|
|||||||
app/node_modules/
|
app/node_modules/
|
||||||
dist/
|
dist/
|
||||||
app/lib/
|
app/lib/
|
||||||
app/gui/*.min.js
|
app/gui/*.min.js
|
||||||
|
.DS_Store
|
11
ElectronClient/app/package-lock.json
generated
11
ElectronClient/app/package-lock.json
generated
@ -10,14 +10,13 @@
|
|||||||
"integrity": "sha512-+rr4OgeTNrLuJAf09o3USdttEYiXvZshWMkhD6wR9v1ieXH0JM1Q2yT41/cJuJcqiPpSXlM/g3aR+Y5MWQdr0Q==",
|
"integrity": "sha512-+rr4OgeTNrLuJAf09o3USdttEYiXvZshWMkhD6wR9v1ieXH0JM1Q2yT41/cJuJcqiPpSXlM/g3aR+Y5MWQdr0Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"7zip-bin-win": "2.1.1"
|
"7zip-bin-mac": "1.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"7zip-bin-win": {
|
"7zip-bin-mac": {
|
||||||
"version": "2.1.1",
|
"version": "1.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/7zip-bin-win/-/7zip-bin-win-2.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/7zip-bin-mac/-/7zip-bin-mac-1.0.1.tgz",
|
||||||
"integrity": "sha512-6VGEW7PXGroTsoI2QW3b0ea95HJmbVBHvfANKLLMzSzFA1zKqVX5ybNuhmeGpf6vA0x8FJTt6twpprDANsY5WQ==",
|
"integrity": "sha1-Pmh3i78JJq3GgVlCcHRQXUdVXAI=",
|
||||||
"dev": true,
|
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"@types/node": {
|
"@types/node": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user