Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemmiz committed Mar 16, 2017
1 parent 6801b7b commit 7559474
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions detox-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "detox-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "detox CLI tool wrapper",
"main": "index.js",
"scripts": {
},
"scripts": {},
"bin": {
"detox": "./cli.sh"
},
Expand Down
4 changes: 2 additions & 2 deletions detox-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "1.2.0",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "https://github.com/wix/detox.git"
Expand All @@ -13,7 +13,7 @@
"detox-server": "lib/cli.js"
},
"scripts": {
"build": "BABEL_ENV=test babel src -d lib",
"build": "BABEL_ENV=test babel src -d lib",
"start": "node lib/cli.js"
},
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions detox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "5.0.0",
"version": "5.0.1",
"bin": {
"detox": "local-cli/detox.js"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
"npmlog": "^4.0.2",
"react-native-invoke": "^0.2.1",
"ws": "^1.1.1",
"detox-server": "^1.2.0"
"detox-server": "^1.2.1"
},
"babel": {
"env": {
Expand Down

0 comments on commit 7559474

Please sign in to comment.