From 667f5c0cfe1342f43096424a5e5a028ee0bd440c Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 16 Nov 2017 12:10:57 +0000 Subject: [PATCH] mac update --- ElectronClient/.gitignore | 3 ++- ElectronClient/app/package-lock.json | 11 +++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ElectronClient/.gitignore b/ElectronClient/.gitignore index 4ebce96af..032458691 100644 --- a/ElectronClient/.gitignore +++ b/ElectronClient/.gitignore @@ -2,4 +2,5 @@ build/ app/node_modules/ dist/ app/lib/ -app/gui/*.min.js \ No newline at end of file +app/gui/*.min.js +.DS_Store \ No newline at end of file diff --git a/ElectronClient/app/package-lock.json b/ElectronClient/app/package-lock.json index 495ff5f9e..3018452ab 100644 --- a/ElectronClient/app/package-lock.json +++ b/ElectronClient/app/package-lock.json @@ -10,14 +10,13 @@ "integrity": "sha512-+rr4OgeTNrLuJAf09o3USdttEYiXvZshWMkhD6wR9v1ieXH0JM1Q2yT41/cJuJcqiPpSXlM/g3aR+Y5MWQdr0Q==", "dev": true, "requires": { - "7zip-bin-win": "2.1.1" + "7zip-bin-mac": "1.0.1" } }, - "7zip-bin-win": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/7zip-bin-win/-/7zip-bin-win-2.1.1.tgz", - "integrity": "sha512-6VGEW7PXGroTsoI2QW3b0ea95HJmbVBHvfANKLLMzSzFA1zKqVX5ybNuhmeGpf6vA0x8FJTt6twpprDANsY5WQ==", - "dev": true, + "7zip-bin-mac": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/7zip-bin-mac/-/7zip-bin-mac-1.0.1.tgz", + "integrity": "sha1-Pmh3i78JJq3GgVlCcHRQXUdVXAI=", "optional": true }, "@types/node": {