Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Sep 25, 2023
1 parent f98a8f7 commit e4291f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ android/keystores/debug.keystore
# generated by bob
lib/
coverage

.npmrc

*.tgz
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/react-native",
"version": "1.0.2",
"version": "1.0.3",
"description": "Frontegg React-Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -56,8 +56,8 @@
"@react-native-async-storage/async-storage": "^1.19.0"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.2.2",
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.2.2",
"@react-native-community/eslint-config": "^3.0.2",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^28.1.2",
Expand All @@ -81,10 +81,10 @@
"@types/react": "17.0.21"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"@react-navigation/native": "*",
"@react-navigation/native-stack": "*"
"@react-navigation/native-stack": "*",
"react": "*",
"react-native": "*"
},
"engines": {
"node": ">= 16.0.0"
Expand Down

0 comments on commit e4291f4

Please sign in to comment.