Skip to content

Commit

Permalink
add repository field to package.json for checkout and ui packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek authored and frankie567 committed Mar 6, 2025
1 parent 487f9b3 commit 1003d17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clients/packages/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"license": "Apache-2.0",
"type": "module",
"version": "0.1.10",
"repository": {
"type": "git",
"url": "https://github.com/polarsource/polar.git",
"directory": "clients/packages/checkout"
},
"scripts": {
"build": "rm -rf dist/ && tsup"
},
Expand Down
5 changes: 5 additions & 0 deletions clients/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "Polar UI Components — This is a private library for the Polar project. You probably shouldn't use it directly in your own projects.",
"author": "Polar",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/polarsource/polar.git",
"directory": "clients/packages/ui"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 1003d17

Please sign in to comment.