Skip to content

Commit fdec13e

Browse files
committed
v1.1.0 release
1 parent 83dcb22 commit fdec13e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-flexbox-grid",
33
"description": "A set of React components implementing flexboxgrid with the power of CSS Modules",
44
"homepage": "https://github.com/roylee0704/react-flexbox-grid",
5-
"version": "1.0.2",
5+
"version": "1.1.0",
66
"main": "lib/index.js",
77
"author": {
88
"email": "roylee0704@gmail.com",
@@ -35,9 +35,9 @@
3535
"babel-loader": "^6.4.1",
3636
"babel-plugin-react-transform": "^2.0.0",
3737
"babel-polyfill": "^6.23.0",
38+
"babel-preset-env": "^1.4.0",
3839
"babel-preset-react": "^6.24.1",
3940
"babel-preset-stage-1": "^6.24.1",
40-
"babel-preset-env": "^1.4.0",
4141
"cpx": "^1.2.1",
4242
"cross-env": "^1.0.4",
4343
"css-loader": "^0.21.0",
@@ -88,4 +88,4 @@
8888
"react": "^0.14.3 || ^15.5.4"
8989
},
9090
"types": "react-flexbox-grid.d.ts"
91-
}
91+
}

0 commit comments

Comments
 (0)