Skip to content

Commit

Permalink
fix(use-merge-refs): meta-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Sep 14, 2023
1 parent b604c1c commit fbb9ce2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions packages/hooks/use-merge-refs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@
"scripts": {
"build": "vite build"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0"
},
"repository": {
"type": "git",
"url": "git@github.com:adevinta/spark.git",
"url": "https://github.com/adevinta/spark.git",
"directory": "packages/hooks/use-merge-refs"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0"
"config": {
"title": "use-merge-refs",
"category": "hooks"
},
"bugs": {
"url": "https://github.com/adevinta/spark/issues"
"url": "https://github.com/adevinta/spark/issues?q=label%3Ahook+label%3Ause-merge-refs"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
Expand Down

0 comments on commit fbb9ce2

Please sign in to comment.