Skip to content

Commit

Permalink
Add simple-mind-map w/ npm auto-update
Browse files Browse the repository at this point in the history
Resolves #1877
  • Loading branch information
uiolee committed Oct 8, 2024
1 parent 58e7c42 commit ff9d703
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/s/simple-mind-map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "simple-mind-map",
"description": "一个简单的web在线思维导图",
"keywords": ["phylogenetics", "phylogeny", "d3", "branching", "tree"],
"license": "MIT",
"homepage": "https://github.com/wanglin2/mind-map",
"repository": {
"type": "git",
"url": "https://github.com/wanglin2/mind-map.git"
},
"authors": [
{
"name": "街角小林"
},
{
"name": "理想青年实验室"
}
],
"autoupdate": {
"source": "npm",
"target": "simple-mind-map",
"fileMap": [
{
"basePath": "simple-mind-map",
"files": ["*.js", "*.css"]
}
]
},
"filename": "simpleMindMap.esm.min.js"
}

0 comments on commit ff9d703

Please sign in to comment.