Skip to content

Commit

Permalink
Add echarts-wordcloud w/ npm auto-update (#1904)
Browse files Browse the repository at this point in the history
Resolves #1883
  • Loading branch information
uiolee authored Oct 14, 2024
1 parent 082187c commit a851404
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/e/echarts-wordcloud.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "echarts-wordcloud",
"description": "ECharts wordcloud extension based on wordcloud2.js",
"keywords": ["echarts"],
"license": "ISC",
"homepage": "https://github.com/ecomfe/echarts-wordcloud",
"repository": {
"type": "git",
"url": "https://github.com/ecomfe/echarts-wordcloud.git"
},
"authors": [
{
"name": "ecomfe"
}
],
"autoupdate": {
"source": "npm",
"target": "echarts-wordcloud",
"fileMap": [
{
"basePath": "dist",
"files": ["*.js", "*.map"]
}
]
},
"filename": "echarts-wordcloud.min.js"
}

0 comments on commit a851404

Please sign in to comment.