File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " super-simple-flex-grid-react" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A react super simple flex grid" ,
55 "main" : " src/FlexGrid" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -22248,7 +22248,7 @@ FlexCell.propTypes = {
2224822248 endV: _react.PropTypes.bool,
2224922249 spaceAround: _react.PropTypes.bool,
2225022250 spaceBetween: _react.PropTypes.bool,
22251- grow: _react.PropTypes.string ,
22251+ grow: _react.PropTypes.number ,
2225222252 shrink: _react.PropTypes.bool,
2225322253 ellipsis: _react.PropTypes.bool,
2225422254 noMargin: _react.PropTypes.bool
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = () => ({
1111 } ,
1212 devServer : {
1313 inline : true ,
14- port : 7700 ,
14+ port : 8000 ,
1515 historyApiFallback : true ,
1616 } ,
1717 resolve : {
You can’t perform that action at this time.
0 commit comments