Skip to content

Commit

Permalink
fix(icons): meta-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Sep 14, 2023
1 parent c45f711 commit 3da8aaf
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions packages/components/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"generate": "node ./scripts/build.mjs",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"directory": "packages/components/icons"
},
"sideEffects": false,
"devDependencies": {
"change-case": "4.1.2",
Expand All @@ -41,8 +36,17 @@
"react-dom": "^16.8 || ^17.0 || ^18.0",
"tailwindcss": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/components/icons"
},
"config": {
"title": "icons",
"category": "components"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Acomponent+label%3Aicons"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down

0 comments on commit 3da8aaf

Please sign in to comment.