Skip to content

Commit

Permalink
[docs] Display correct version of Material-UI (mui#16680)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and oliviertassinari committed Jul 22, 2019
1 parent 4182494 commit a829f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const webpack = require('webpack');
const pkg = require('./package.json');
const pkg = require('../package.json');
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
const { findPages } = require('./src/modules/utils/find');
const path = require('path');
Expand Down

0 comments on commit a829f05

Please sign in to comment.