diff --git a/packages/g/graphics-element.json b/packages/g/graphics-element.json new file mode 100644 index 000000000..9bcbc8359 --- /dev/null +++ b/packages/g/graphics-element.json @@ -0,0 +1,22 @@ +{ + "name": "graphics-element", + "filename": "graphics-element.js", + "description": "A custom HTML ", + "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"] + } + ] + } +}