make product config optional

This commit is contained in:
Shawn Erquhart
2025-02-25 17:12:44 -05:00
parent 5d1a4bc695
commit 1db4b9c424
5 changed files with 30 additions and 12 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "@erquhart/convex-polar",
"description": "A Polar component for Convex.",
"repository": "github:get-convex/polar",
"homepage": "https://github.com/get-convex/polar#readme",
"repository": "github:erquhart/convex-polar",
"homepage": "https://github.com/erquhart/convex-polar#readme",
"bugs": {
"email": "support@convex.dev",
"url": "https://github.com/get-convex/polar/issues"
"url": "https://github.com/erquhart/convex-polar/issues"
},
"version": "0.2.0-alpha.2",
"license": "Apache-2.0",