From 3833ecfc41bda62cc5b7e03b3902265d238fa523 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 20 May 2017 18:53:08 +0200 Subject: [PATCH] downgrage electron to stable version --- Gruntfile.js | 2 +- npm-shrinkwrap.json | 12 +++--------- package.json | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index e2619531..877db4a2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,7 +14,7 @@ module.exports = function(grunt) { const webpack = require('webpack'); const pkg = require('./package.json'); const dt = new Date().toISOString().replace(/T.*/, ''); - const minElectronVersionForUpdate = '1.7.1'; + const minElectronVersionForUpdate = '1.0.1'; const zipCommentPlaceholderPart = 'zip_comment_placeholder_that_will_be_replaced_with_hash'; const zipCommentPlaceholder = zipCommentPlaceholderPart + '.'.repeat(512 - zipCommentPlaceholderPart.length); const electronVersion = pkg.devDependencies['electron'].replace(/^\D/, ''); diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 44a2a042..3720eeab 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2,12 +2,6 @@ "name": "keeweb", "version": "1.4.1", "dependencies": { - "@types/node": { - "version": "7.0.21", - "from": "@types/node@>=7.0.18 <8.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.21.tgz", - "dev": true - }, "abbrev": { "version": "1.0.9", "from": "abbrev@>=1.0.0 <2.0.0", @@ -1464,9 +1458,9 @@ "dev": true }, "electron": { - "version": "1.7.1", - "from": "electron@1.7.1", - "resolved": "https://registry.npmjs.org/electron/-/electron-1.7.1.tgz", + "version": "1.6.8", + "from": "electron@>=1.6.8 <2.0.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-1.6.8.tgz", "dev": true }, "electron-download": { diff --git a/package.json b/package.json index 70c91266..06b4a1a5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "babel-preset-es2015": "6.22.0", "base64-loader": "1.0.0", "cssnano": "3.10.0", - "electron": "^1.7.1", + "electron": "^1.6.8", "eslint": "^3.14.1", "eslint-config-standard": "6.2.1", "eslint-plugin-promise": "3.4.0",