Skip to content

Instantly share code, notes, and snippets.

@joehonton
Created February 5, 2020 05:48
Show Gist options
  • Save joehonton/709301b9c2b3f0747c0316e0236f71e6 to your computer and use it in GitHub Desktop.
Save joehonton/709301b9c2b3f0747c0316e0236f71e6 to your computer and use it in GitHub Desktop.
{
"name": "my-component",
"version": "1.0.0",
"description": "a W3C standard web component",
"repository": {
"type": "git",
"url": "https://github.com/my-github-user-name/my-component.git"
},
"files": [
"my-component.html",
"my-component.css",
"my-component.js"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment