Browse Source

updated electron version to 4.0.1

updated electron version in devDependencies from 3.0.7 to 4.0.1
main
chandan kumar mandal 7 years ago
committed by GitHub
parent
commit
89496c6341
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", "author": "GitHub",
"license": "CC0-1.0", "license": "CC0-1.0",
"devDependencies": { "devDependencies": {
"electron": "^3.0.7"
"electron": "^4.0.1"
} }
} }
Loading…
Cancel
Save