Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-kurak committed Jun 7, 2023
1 parent 6fca69c commit da17625
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/babel-preset-cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "The Babel preset for Expo CLI packages",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions packages/create-expo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-expo",
"version": "2.0.2",
"version": "2.0.3",
"bin": {
"create-expo-app": "./build/index.js"
},
Expand All @@ -19,7 +19,6 @@
"directory": "packages/create-expo-app"
},
"author": "Evan Bacon <[email protected]> (https://github.com/evanbacon)",

"files": [
"build",
"template"
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/dev-tools",
"version": "0.13.184",
"version": "0.13.185",
"main": "build/server/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development ts-node -T ./server/dev-server",
Expand Down Expand Up @@ -64,7 +64,7 @@
"slugify": "^1.0.2",
"ts-node": "^9.1.1",
"velocity-react": "^1.4.1",
"xdl": "60.0.9"
"xdl": "60.0.10"
},
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/expo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-cli",
"version": "6.3.8",
"version": "6.3.9",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -119,6 +119,6 @@
"url-join": "4.0.0",
"uuid": "^8.0.0",
"wrap-ansi": "^7.0.0",
"xdl": "60.0.9"
"xdl": "60.0.10"
}
}
2 changes: 1 addition & 1 deletion packages/expo-doctor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expo-doctor",
"main": "build/index.js",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [
"expo",
"ios",
Expand Down
2 changes: 1 addition & 1 deletion packages/xdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdl",
"version": "60.0.9",
"version": "60.0.10",
"description": "The Expo Development Library",
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit da17625

Please sign in to comment.