Add metadata

This commit is contained in:
Cory LaViska
2020-12-29 14:57:45 -05:00
parent 353b57513e
commit 201f7a8064

View File

@@ -1,7 +1,10 @@
{
"name": "@shoelace-style/shoelace",
"version": "2.0.0-beta.25",
"description": "A forward-thinking library of web components.",
"version": "2.0.0-beta.25",
"homepage": "https://shoelace.style/",
"author": "Cory LaViska",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
"es2015": "dist/esm/index.js",
@@ -19,6 +22,9 @@
"type": "git",
"url": "git://github.com/shoelace-style/shoelace.git"
},
"bugs": {
"url": "https://github.com/shoelace-style/shoelace/issues"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/claviska"
@@ -65,7 +71,6 @@
"typescript": "^4.0.2",
"workbox-build": "4.3.1"
},
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.5.3",
"@stencil/core": "^2.3.0",