Skip to content

Commit

Permalink
fix(circular-progress): Fix naming in package.json and add to jsBundl…
Browse files Browse the repository at this point in the history
…eFactory
  • Loading branch information
allan-chen committed Feb 28, 2020
1 parent 8d9a4f1 commit 86f7cad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-circular-progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"material design",
"circular-progress"
],
"main": "dist/mdc.circular-progress.js",
"main": "dist/mdc.circularProgress.js",
"module": "./index.js",
"sideEffects": false,
"types": "dist/mdc.circular-progress.d.ts",
"types": "dist/mdc.circularProgress.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git",
Expand Down
1 change: 1 addition & 0 deletions scripts/webpack/js-bundle-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ class JsBundleFactory {
base: getAbsolutePath('/packages/mdc-base/index.ts'),
checkbox: getAbsolutePath('/packages/mdc-checkbox/index.ts'),
chips: getAbsolutePath('/packages/mdc-chips/index.ts'),
circularProgress: getAbsolutePath('packages/mdc-circular-progress/index.ts'),
dataTable: getAbsolutePath('/packages/mdc-data-table/index.ts'),
dialog: getAbsolutePath('/packages/mdc-dialog/index.ts'),
dom: getAbsolutePath('/packages/mdc-dom/index.ts'),
Expand Down

0 comments on commit 86f7cad

Please sign in to comment.