Skip to content

Commit

Permalink
updated port number for webpack-dev-server, upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbollaert committed Feb 19, 2017
1 parent 6861ff8 commit 1473ef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "super-simple-flex-grid-react",
"version": "1.0.0",
"version": "1.0.1",
"description": "A react super simple flex grid",
"main": "src/FlexGrid",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/example/build/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22248,7 +22248,7 @@ FlexCell.propTypes = {
endV: _react.PropTypes.bool,
spaceAround: _react.PropTypes.bool,
spaceBetween: _react.PropTypes.bool,
grow: _react.PropTypes.string,
grow: _react.PropTypes.number,
shrink: _react.PropTypes.bool,
ellipsis: _react.PropTypes.bool,
noMargin: _react.PropTypes.bool
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = () => ({
},
devServer: {
inline: true,
port: 7700,
port: 8000,
historyApiFallback: true,
},
resolve: {
Expand Down

0 comments on commit 1473ef0

Please sign in to comment.