Skip to content

Commit

Permalink
fix: metadata packages update
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Jan 22, 2024
1 parent fb1e846 commit b88b45d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@didroom/components",
"version": "1.2.3",
"description": "Stencil Component Starter",
"description": "Didroom web components",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
Expand All @@ -12,7 +12,7 @@
"unpkg": "dist/didroom-components/didroom-components.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/stencil-component-starter.git"
"url": "https://github.com/forkbombeu/didroom-components.git"
},
"files": [
"dist/",
Expand Down Expand Up @@ -61,5 +61,8 @@
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1"
},
"license": "MIT"
"license": "AGPL-3.0-only",
"publishConfig": {
"access": "public"
}
}

0 comments on commit b88b45d

Please sign in to comment.