Skip to content

Commit

Permalink
v0.3.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
divanc committed Oct 26, 2020
1 parent d750a73 commit 1a338f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-adapty",
"version": "0.2.5-beta",
"version": "0.3.0-beta",
"nativePackage": true,
"description": "Adapty SDK",
"license": "MIT",
Expand Down Expand Up @@ -34,6 +34,7 @@
],
"scripts": {
"prestart": "yarn build",
"prepublish": "yarn build",
"start": "react-native start",
"build": "rm -rf lib/dist && tsc --project tsconfig.build.json",
"watch": "tsc --project tsconfig.json --watch",
Expand Down

0 comments on commit 1a338f8

Please sign in to comment.