Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
rf1804 committed Jun 22, 2022
1 parent 6988907 commit b854066
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "3.15.0",
"packages": ["packages/*"],
"npmClient": "npm",
"version": "3.4.4"
"version": "3.4.2"
}
2 changes: 1 addition & 1 deletion packages/react-native-version-check-expo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-native-version-check-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-version-check-expo",
"version": "3.4.4",
"version": "3.4.2",
"description": "A version checker for react-native expo applications",
"main": "index.js",
"keywords": [
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"expo-constants": "5.0.1",
"expo-localization": "5.0.1",
"react-native-version-check": "^3.4.4"
"react-native-version-check": "^3.4.2"
},
"devDependencies": {
"expo": "^33.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-version-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-version-check",
"version": "3.4.4",
"version": "3.4.2",
"description": "A version checker for react-native applications",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit b854066

Please sign in to comment.