Skip to content

Commit

Permalink
build(babel): fix babel-present-env config
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Rötsch authored and axe312ger committed Jun 27, 2017
1 parent 30f1dbd commit 22d9966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"presets": [
["env", {
"targets": {
"node": 4.7,
"node": "4.7",
"browsers": [
"last 3 versions",
"ie >= 11"
Expand Down

0 comments on commit 22d9966

Please sign in to comment.