From 1473ef067f479c4a7acf20ca25a4886563a4ba71 Mon Sep 17 00:00:00 2001 From: Vincent Bollaert Date: Sun, 19 Feb 2017 21:40:27 +0200 Subject: [PATCH] updated port number for webpack-dev-server, upped version --- package.json | 2 +- src/example/build/app.js | 2 +- webpack.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6dc8edb..a55e997 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/example/build/app.js b/src/example/build/app.js index 14b4a23..55d1030 100644 --- a/src/example/build/app.js +++ b/src/example/build/app.js @@ -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 diff --git a/webpack.config.js b/webpack.config.js index 42972a5..96d728a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -11,7 +11,7 @@ module.exports = () => ({ }, devServer: { inline: true, - port: 7700, + port: 8000, historyApiFallback: true, }, resolve: {