Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
GNUGradyn committed Aug 11, 2024
1 parent 00a2bb7 commit 02c6ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-google-auth",
"version": "0.1.4",
"version": "0.1.5",
"description": "Google sign-in for react native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -31,7 +31,7 @@
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepack": "bob build",
"prepare": "bob build",
"release": "release-it"
},
"keywords": [
Expand Down

0 comments on commit 02c6ba2

Please sign in to comment.