@revenuecat/purchases-js 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/Purchases.es.js +6205 -5592
- package/dist/Purchases.umd.js +122 -81
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,9 +69,9 @@ yarn link "@revenuecat/purchases-js"
|
|
|
69
69
|
npm run storybook
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
### Environment Setup for
|
|
72
|
+
### Environment Setup for Purchase Stories
|
|
73
73
|
|
|
74
|
-
> **Note:** This setup is only required if you need to test Storybook stories involving the `
|
|
74
|
+
> **Note:** This setup is only required if you need to test Storybook stories involving the `payment-entry` page.
|
|
75
75
|
|
|
76
76
|
To run these specific stories, you'll need to set up some environment variables. There are two options:
|
|
77
77
|
|