Browse Source

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
main
Charles Kerr 8 years ago
committed by GitHub
parent
commit
8ae09bda35
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

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