Skip to content

Commit ef52025

Browse files
authored
fixes for publishing to npm (#339)
1 parent 5339a9b commit ef52025

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
"pub": "pnpm run build && pnpm publish --no-git-checks --provenance --access public",
2727
"check-packages": "pnpm dlx npm-check-updates"
2828
},
29-
"repository": "https://github.com/peopledatalabs/pdl-react-autocomplete.git",
29+
"repository": {
30+
"type": "git",
31+
"url": "https://github.com/peopledatalabs/pdl-react-autocomplete.git"
32+
},
3033
"keywords": [
3134
"peopledatalabs",
3235
"People Data Labs",

0 commit comments

Comments
 (0)