Skip to content

Commit 6b72a37

Browse files
committed
update for publishing
1 parent 56bac0a commit 6b72a37

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Button } from "@/components/ui/button";
44
import { AlertCircle } from "lucide-react";
55
import { useMutation, useQuery, useAction } from "convex/react";
66
import { api } from "../convex/_generated/api";
7-
import { CheckoutLink, CustomerPortalLink } from "../../src/react";
7+
import { CheckoutLink, CustomerPortalLink } from "@convex-dev/polar/react";
88
import {
99
insertTodoOptimistic,
1010
completeTodoOptimistic,

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
{
2-
"name": "@erquhart/convex-polar",
2+
"name": "@convex-dev/polar",
33
"description": "A Polar component for Convex.",
4-
"repository": "github:erquhart/convex-polar",
5-
"homepage": "https://github.com/erquhart/convex-polar#readme",
4+
"repository": "github:get-convex/polar",
5+
"homepage": "https://github.com/get-convex/polar#readme",
66
"bugs": {
77
"email": "[email protected]",
8-
"url": "https://github.com/erquhart/convex-polar/issues"
8+
"url": "https://github.com/get-convex/polar/issues"
99
},
1010
"version": "0.4.1",
1111
"license": "Apache-2.0",
1212
"keywords": [
1313
"convex",
14-
"component"
14+
"component",
15+
"polar",
16+
"stripe",
17+
"subscription",
18+
"billing",
19+
"payments",
20+
"checkout"
1521
],
1622
"type": "module",
1723
"scripts": {

0 commit comments

Comments
 (0)