Skip to content

Commit

Permalink
[update] transpile template literals to es5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Daniel Xalambrí committed Apr 20, 2016
1 parent ebf1573 commit 5941c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"transform-es2015-block-scoping",
"transform-es2015-computed-properties",
"transform-object-rest-spread",
"transform-es2015-shorthand-properties"
"transform-es2015-shorthand-properties",
"transform-es2015-template-literals"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"babel-plugin-transform-es2015-modules-commonjs": "6.7.4",
"babel-plugin-transform-es2015-parameters": "6.7.0",
"babel-plugin-transform-es2015-shorthand-properties": "6.5.0",
"babel-plugin-transform-es2015-template-literals": "6.6.5",
"babel-plugin-transform-object-rest-spread": "6.6.5",
"eslint": "2.8.0",
"eslint-config-airbnb": "7.0.0",
Expand Down

0 comments on commit 5941c58

Please sign in to comment.