summarylogtreecommitdiffstats
path: root/warning-fix.patch
blob: ebd221e780b111a5854f0c80a3a6fa18d3ca06c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
diff -ura a/gruntfile.js b/gruntfile.js
--- a/gruntfile.js	2018-06-29 17:51:15.000000000 +0200
+++ b/gruntfile.js	2018-06-30 08:32:21.891318254 +0200
@@ -6,6 +6,7 @@
 
 module.exports = function (grunt) {
   var authCode
+  /*
   try {
     authCode = grunt.file.readJSON('secret/auth_code.json')
   } catch (e) {
@@ -13,6 +14,7 @@
       console.warn('secret/auth_code.json is not found. CodeSigning is not available.')
     }
   }
+  */
   const OSX_COMMON_NAME = authCode != null ? authCode.OSX_COMMON_NAME : ''
   const WIN_CERT_PASSWORD = authCode != null ? authCode.WIN_CERT_PASSWORD : ''
 
@@ -74,10 +76,12 @@
 
   grunt.initConfig(initConfig)
   grunt.loadNpmTasks('grunt-electron-installer')
+  /*
   if (!WIN) {
     grunt.loadNpmTasks('grunt-electron-installer-debian')
     grunt.loadNpmTasks('grunt-electron-installer-redhat')
   }
+  */
 
   grunt.registerTask('compile', function () {
     var done = this.async()
diff -ura a/package.json b/package.json
--- a/package.json	2018-06-29 17:51:15.000000000 +0200
+++ b/package.json	2018-06-30 08:31:50.711679561 +0200
@@ -118,14 +118,14 @@
     "devtron": "^1.1.0",
     "dom-storage": "^2.0.2",
     "electron": "2.0.3",
-    "electron-packager": "^6.0.0",
+    "electron-packager": "^8.6.0",
     "eslint": "^3.13.1",
     "eslint-config-standard": "^6.2.1",
     "eslint-config-standard-jsx": "^3.2.0",
     "eslint-plugin-react": "^7.8.2",
     "eslint-plugin-standard": "^3.0.1",
     "faker": "^3.1.0",
-    "grunt": "^0.4.5",
+    "grunt": "^1.0.1",
     "grunt-electron-installer": "2.1.0",
     "history": "^1.17.0",
     "identity-obj-proxy": "^3.0.0",
@@ -144,15 +144,11 @@
     "react-test-renderer": "^15.6.2",
     "standard": "^8.4.0",
     "style-loader": "^0.12.4",
-    "stylus": "^0.52.4",
+    "stylus": "^0.54.4",
     "stylus-loader": "^2.3.1",
     "webpack": "^1.12.2",
     "webpack-dev-server": "^1.12.0"
   },
-  "optionalDependencies": {
-    "grunt-electron-installer-debian": "^0.2.0",
-    "grunt-electron-installer-redhat": "^0.3.1"
-  },
   "optional": false,
   "ava": {
     "files": [
@@ -175,4 +171,4 @@
       "jest-localstorage-mock"
     ]
   }
-}
+}
\ Geen regeleindeteken (LF) aan einde van bestand