Skip to content

Commit

Permalink
Add the babel plugin to transform let to var
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Dec 12, 2016
1 parent 372b684 commit d69f9c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"transform-es2015-spread",
"transform-es2015-classes",
"transform-react-constant-elements",
"transform-react-inline-elements"
"transform-react-inline-elements",
"transform-es2015-block-scoping"
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io-react",
"version": "1.1.1",
"version": "1.1.2",
"description": "A High-Order Component to connect React and Socket.io",
"main": "build/index.js",
"scripts": {
Expand All @@ -26,6 +26,7 @@
"babel": "6.5.2",
"babel-cli": "6.6.5",
"babel-plugin-transform-class-properties": "6.6.0",
"babel-plugin-transform-es2015-block-scoping": "6.20.0",
"babel-plugin-transform-es2015-classes": "6.6.5",
"babel-plugin-transform-es2015-modules-commonjs": "6.7.0",
"babel-plugin-transform-es2015-spread": "6.6.5",
Expand Down

0 comments on commit d69f9c1

Please sign in to comment.