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
fson committed Oct 3, 2019
1 parent f4fc325 commit db7d4b9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/android-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/android-manifest",
"version": "0.1.0",
"version": "0.2.0",
"description": "A library for interacting with the app.json",
"main": "build/Manifest.js",
"types": "build/Manifest.d.ts",
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.6.3",
"version": "0.6.4",
"main": "build/server/index.js",
"scripts": {
"dev": "NODE_ENV=development node ./scripts/dev-server.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@expo/xdl": "*"
},
"devDependencies": {
"@expo/xdl": "^56.2.5",
"@expo/xdl": "^56.2.6",
"anser": "^1.4.7",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/expo-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"dependencies": {
"@expo/bunyan": "3.0.2",
"@expo/config": "^2.1.6",
"@expo/dev-tools": "^0.6.3",
"@expo/dev-tools": "^0.6.4",
"@expo/json-file": "^8.1.12",
"@expo/simple-spinner": "1.0.2",
"@expo/spawn-async": "1.5.0",
"@expo/xdl": "^56.2.5",
"@expo/xdl": "^56.2.6",
"@types/untildify": "^3.0.0",
"ansi-regex": "^4.1.0",
"axios": "0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/webpack-config",
"version": "0.7.7",
"version": "0.7.8",
"description": "The default Webpack configuration used to build Expo apps targeting the web.",
"main": "webpack.config.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/xdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/xdl",
"version": "56.2.5",
"version": "56.2.6",
"description": "The Expo Development Library",
"main": "build/xdl.js",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"@expo/osascript": "^2.0.6-alpha.0",
"@expo/schemer": "^1.2.8",
"@expo/spawn-async": "1.5.0",
"@expo/webpack-config": "^0.7.7",
"@expo/webpack-config": "^0.7.8",
"@types/webpack": "^4.32.1",
"@types/webpack-dev-server": "^3.1.7",
"analytics-node": "3.3.0",
Expand Down

0 comments on commit db7d4b9

Please sign in to comment.