File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
" transform-es2015-spread" ,
6
6
" transform-es2015-classes" ,
7
7
" transform-react-constant-elements" ,
8
- " transform-react-inline-elements"
8
+ " transform-react-inline-elements" ,
9
+ " transform-es2015-block-scoping"
9
10
]
10
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " socket.io-react" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " A High-Order Component to connect React and Socket.io" ,
5
5
"main" : " build/index.js" ,
6
6
"scripts" : {
26
26
"babel" : " 6.5.2" ,
27
27
"babel-cli" : " 6.6.5" ,
28
28
"babel-plugin-transform-class-properties" : " 6.6.0" ,
29
+ "babel-plugin-transform-es2015-block-scoping" : " 6.20.0" ,
29
30
"babel-plugin-transform-es2015-classes" : " 6.6.5" ,
30
31
"babel-plugin-transform-es2015-modules-commonjs" : " 6.7.0" ,
31
32
"babel-plugin-transform-es2015-spread" : " 6.6.5" ,
You can’t perform that action at this time.
0 commit comments