Skip to content

Commit

Permalink
[lab] fix material-ui-lab package homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrod01 authored Dec 13, 2019
1 parent 010d9cb commit 730f9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/mui-org/material-ui/issues"
},
"homepage": "https://github.com/mui-org/material-ui/next/master/packages/material-ui-lab",
"homepage": "https://github.com/mui-org/material-ui/tree/master/packages/material-ui-lab",
"scripts": {
"build": "yarn build:cjs && yarn build:esm && yarn build:es && yarn build:copy-files",
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --config-file ../../babel.config.js ./src --out-dir ./build --ignore \"**/*.test.js\"",
Expand Down

0 comments on commit 730f9d3

Please sign in to comment.