Skip to content

Commit

Permalink
build(echarts): modifying echarts stats package version placeholder (#…
Browse files Browse the repository at this point in the history
…2104)

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
owilliams320 and github-actions authored Feb 22, 2024
1 parent fbb7be8 commit 1249415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions libs/angular-echarts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
"peerDependencies": {
"@angular/common": "0.0.0-NG",
"@angular/core": "0.0.0-NG",
"echarts": "0.0.0-ECHARTS",
"echarts-stat": "0.0.0-ECHARTS-STAT",
"echarts": "0.0.0-ECHARTS"
},
"optionalDependencies": {
"echarts-stat": "0.0.0-STAT",
"echarts-wordcloud": "0.0.0-WORDCLOUD"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/version-placeholder.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const placeholders = [
['0.0.0-NG', packageJson.dependencies['@angular/core']],
['0.0.0-MATERIAL', packageJson.dependencies['@angular/material']],
['0.0.0-ECHARTS', packageJson.dependencies['echarts']],
['0.0.0-ECHARTS-STAT', packageJson.dependencies['echarts-stat']],
['0.0.0-STAT', packageJson.dependencies['echarts-stat']],
['0.0.0-WORDCLOUD', packageJson.dependencies['echarts-wordcloud']],
['0.0.0-SHOWDOWN', packageJson.dependencies['showdown']],
['0.0.0-HIGHLIGHT', packageJson.dependencies['highlight.js']],
Expand Down

0 comments on commit 1249415

Please sign in to comment.