Skip to content

Commit

Permalink
Removed early access warning (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayasingam-paddle authored Feb 20, 2024
1 parent 2fb95e8 commit fcf938d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ This package is a wrapper for Paddle.js that lets you:

> **Important:** This package works for Paddle.js v2, which is part of Paddle Billing. It does not support Paddle Classic. To work with Paddle.js v1, see: [Paddle.js v1 reference](https://developer.paddle.com/classic/reference/ZG9jOjI1MzUzOTg3-paddle-reference?utm_source=dx&utm_medium=paddle-js-wrapper)
## Before you begin

This is a beta release, which means it's ready to rely on but we're actively looking for feedback. If you've used this package, we'd love to hear how you found it! Email us at [team-dx@paddle.com](mailto:team-dx@paddle.com) with any thoughts.

While in beta, we may introduce breaking changes in the future. We'll always tag breaking changes and communicate ahead of time, so you have time to update.

## Installation

Install using `npm`:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paddle/paddle-js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Wrapper to load Paddle.js as a module and use TypeScript definitions when working with methods.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit fcf938d

Please sign in to comment.