Skip to content

Commit

Permalink
Add graphics-element w/ npm auto-update (#1736)
Browse files Browse the repository at this point in the history
* add graphics-element package

* Update graphics-element.json

removed "bugs" property
  • Loading branch information
Pomax authored Jan 7, 2024
1 parent b24d06b commit 197b31c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/g/graphics-element.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "graphics-element",
"filename": "graphics-element.js",
"description": "A custom HTML <graphics-element>",
"homepage": "https://pomax.github.io/custom-graphics-element",
"keywords": ["html", "custom element", "graphics"],
"repository": {
"type": "git",
"url": "https://github.com/pomax/custom-graphics-element.git"
},
"license": "MIT",
"autoupdate": {
"source": "npm",
"target": "graphics-element",
"fileMap": [
{
"basePath": "dist",
"files": ["*.js", "*.css"]
}
]
}
}

0 comments on commit 197b31c

Please sign in to comment.