Skip to content

Commit 8d823aa

Browse files
committed
feat: use payment-widget 0.1.0
1 parent febd548 commit 8d823aa

File tree

4 files changed

+77
-171
lines changed

4 files changed

+77
-171
lines changed

package-lock.json

Lines changed: 70 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@radix-ui/react-popover": "^1.1.1",
1616
"@radix-ui/react-slot": "^1.1.0",
1717
"@radix-ui/react-tooltip": "^1.1.2",
18-
"@requestnetwork/payment-widget": "file:requestnetwork-payment-widget-0.1.0.tgz",
18+
"@requestnetwork/payment-widget": "^0.1.0",
1919
"class-variance-authority": "^0.7.0",
2020
"clsx": "^2.1.1",
2121
"cmdk": "^1.0.0",

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const DOCK_ICONS = [
3232
label: "Documentation",
3333
},
3434
{
35-
href: "",
35+
href: "https://www.npmjs.com/package/@requestnetwork/payment-widget",
3636
icon: Package,
3737
label: "NPM Package",
3838
},

0 commit comments

Comments
 (0)