Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(initializer): update Electron version type in .compilerc template…
…, for completeness
  • Loading branch information
malept authored and MarshallOfSound committed Apr 2, 2017
1 parent 710129b commit a4fa4bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tmpl/_compilerc
Expand Up @@ -3,7 +3,7 @@
"development": {
"application/javascript": {
"presets": [
["env", { "targets": { "electron": "1.4.0" } }],
["env", { "targets": { "electron": 1.4 } }],
"react"
],
"plugins": ["transform-async-to-generator"],
Expand All @@ -13,12 +13,12 @@
"production": {
"application/javascript": {
"presets": [
["env", { "targets": { "electron": "1.4.0" } }],
["env", { "targets": { "electron": 1.4 } }],
"react"
],
"plugins": ["transform-async-to-generator"],
"sourceMaps": "none"
}
}
}
}
}

0 comments on commit a4fa4bf

Please sign in to comment.