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
This commit is contained in:
Charles Kerr 2018-02-19 08:05:25 -06:00 committed by GitHub
parent 71199c46fc
commit 8ae09bda35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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