Skip to content

Commit

Permalink
Update carbon-charts w/ npm auto-update (#1826)
Browse files Browse the repository at this point in the history
* fix(carbon-charts): now uses .cjs extension instead of .js

* fix(carbon charts): extension
  • Loading branch information
nstuyvesant authored Jul 17, 2024
1 parent 3b586a5 commit dbfee52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/c/carbon-charts.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"type": "git",
"url": "https://github.com/carbon-design-system/carbon-charts/tree/master/packages/core"
},
"filename": "bundle.umd.js",
"filename": "bundle.umd.cjs",
"autoupdate": {
"source": "npm",
"target": "@carbon/charts",
Expand All @@ -49,7 +49,7 @@
{
"basePath": "dist/umd",
"files": [
"*.js?(.map)"
"*.cjs?(.map)"
]
}
]
Expand Down

0 comments on commit dbfee52

Please sign in to comment.