Skip to content

Commit

Permalink
Update dependencies and improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Jul 16, 2016
1 parent f57545d commit 03dbe6c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@

# code-push-travis-cli

code-push script for travis-ci.
code-push cli for travis-ci.

## Usage

![CLI options](https://cloud.githubusercontent.com/assets/10374360/16896740/5cc09834-4b9c-11e6-8c40-e59edb0f60f6.png)

## Example usage

In your `.travis.yml` file:

```yml
Expand All @@ -17,9 +21,6 @@ language: node_js
node_js:
- 6

install:
- npm install

script:
- code-push-travis
```
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-plugin-rewire": "^1.0.0-rc-3",
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-plugin-rewire": "^1.0.0-rc-4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"codecov": "^1.0.1",
"eslint": "^2.11.1",
"eslint": "^3.1.0",
"isparta": "^4.0.0",
"mocha": "^2.5.3",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"code-push-cli": "^1.11.0-beta",
"yargs": "^4.7.1"
"code-push-cli": "^1.12.1-beta",
"yargs": "^4.8.0"
}
}
2 changes: 1 addition & 1 deletion src/bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const argv = yargs
.version(pkg.version)
.help("h")
.alias("h", "help")
.wrap(100)
.wrap(170)
.usage("Usage: $0 <options>")
.option("b", {
alias: "branchToDeploy",
Expand Down

0 comments on commit 03dbe6c

Please sign in to comment.