Skip to content

Commit 2ee56bb

Browse files
committed
Release 1.0.7
1 parent bbf8189 commit 2ee56bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "material-ui-datetimepicker",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Wrapper above material ui date and time pickers",
55
"main": "./dist/index.js",
66
"scripts": {

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ module.exports = {
3636
plugins: [
3737
new PeerDepsExternalsPlugin(),
3838
new webpack.IgnorePlugin(/node_modules$/),
39-
new WebpackBundleAnalyzer(),
39+
// new WebpackBundleAnalyzer(),
4040
],
4141
};

0 commit comments

Comments
 (0)