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

Commit

Permalink
Publish canary
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta committed Feb 1, 2019
1 parent 656c6a0 commit 2936c7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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.2.34",
"version": "0.2.35-alpha.1+656c6a09",
"main": "build/server/index.js",
"scripts": {
"dev": "NODE_ENV=development node ./scripts/dev-server.js",
Expand Down Expand Up @@ -69,10 +69,10 @@
"redux": "^3.7.2",
"slugify": "^1.0.2",
"velocity-react": "^1.4.1",
"xdl": "^52.1.1"
"xdl": "^52.1.2-alpha.1+656c6a09"
},
"license": "MIT",
"gitHead": "47995b5ecb15238c69162c435f31697b304d28a2",
"gitHead": "656c6a0934b9d8b3bb40872fb65296a7002d64dc",
"publishConfig": {
"access": "public"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/expo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-cli",
"version": "2.7.1",
"version": "2.7.2-alpha.1+656c6a09",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@expo/bunyan": "3.0.2",
"@expo/dev-tools": "^0.2.34",
"@expo/dev-tools": "^0.2.35-alpha.1+656c6a09",
"@expo/json-file": "8.1.0",
"@expo/simple-spinner": "1.0.2",
"@expo/spawn-async": "1.3.0",
Expand Down Expand Up @@ -95,11 +95,11 @@
"untildify": "3.0.3",
"validator": "10.5.0",
"wordwrap": "1.0.0",
"xdl": "^52.1.1"
"xdl": "^52.1.2-alpha.1+656c6a09"
},
"optionalDependencies": {
"@expo/traveling-fastlane-darwin": "1.7.1",
"@expo/traveling-fastlane-linux": "1.7.1"
},
"gitHead": "47995b5ecb15238c69162c435f31697b304d28a2"
"gitHead": "656c6a0934b9d8b3bb40872fb65296a7002d64dc"
}
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": "xdl",
"version": "52.1.1",
"version": "52.1.2-alpha.1+656c6a09",
"description": "The Expo Development Library",
"main": "build/xdl.js",
"files": [
Expand Down Expand Up @@ -124,5 +124,5 @@
"promise-print": "^2.3.0",
"rimraf": "^2.5.4"
},
"gitHead": "47995b5ecb15238c69162c435f31697b304d28a2"
"gitHead": "656c6a0934b9d8b3bb40872fb65296a7002d64dc"
}

0 comments on commit 2936c7e

Please sign in to comment.