Skip to content

Commit

Permalink
bump: 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
divanc committed Apr 19, 2023
1 parent 60c5e96 commit 9b05a78
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-adapty",
"version": "2.4.3",
"version": "2.4.4",
"description": "Adapty React Native SDK",
"keywords": [
"react-native",
Expand Down Expand Up @@ -39,13 +39,11 @@
"type": "git"
},
"scripts": {
"prepublish": "npm run build",
"build": "rm -rf lib/dist && tsc --project tsconfig.build.json",
"watch": "tsc --watch",
"xcode": "xed -b lib/ios",
"studio": "open -a /Applications/'Android Studio.app' lib/android",
"clean": "./scripts/clean.sh",
"husky": "husky install scripts"
"update-versions": "./scripts/update_versions.sh",
"prepack": "npm run update-versions && npm run build",
"prepublishOnly": "npm run prepack"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 9b05a78

Please sign in to comment.