We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5339a9b commit ef52025Copy full SHA for ef52025
package.json
@@ -26,7 +26,10 @@
26
"pub": "pnpm run build && pnpm publish --no-git-checks --provenance --access public",
27
"check-packages": "pnpm dlx npm-check-updates"
28
},
29
- "repository": "https://github.com/peopledatalabs/pdl-react-autocomplete.git",
+ "repository": {
30
+ "type": "git",
31
+ "url": "https://github.com/peopledatalabs/pdl-react-autocomplete.git"
32
+ },
33
"keywords": [
34
"peopledatalabs",
35
"People Data Labs",
0 commit comments