Explorar o código

bump electron devDependencies to 1.8.2 (#188)

now that we have a stable 1.8.x version in npm, bump our dependency from 1.7.x to 1.8.x
Charles Kerr %!s(int64=7) %!d(string=hai) anos
pai
achega
8ae09bda35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -17,6 +17,6 @@
   "author": "GitHub",
   "license": "CC0-1.0",
   "devDependencies": {
-    "electron": "~1.7.8"
+    "electron": "~1.8.2"
   }
 }