Skip to content

Commit 1473ef0

Browse files
updated port number for webpack-dev-server, upped version
1 parent 6861ff8 commit 1473ef0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/example/build/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)