Skip to content

Commit

Permalink
Updated version of roc that is required and regenerated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Sep 22, 2016
1 parent 83042ee commit 4655c5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ All commands can be called with some additional options illustrated in the table

### General options

| Name | Description | Required |
| --------------------- | ------------------------------------------------------------------------------------------------------------- | -------- |
| -b, --better-feedback | Will enable source-map-support and loud-rejection for a better experience with better feedback. | No |
| -c, --config | Path to configuration file, will default to roc.config.js in current working directory. | No |
| -d, --directory | Path to working directory, will default to the current working directory. Can be either absolute or relative. | No |
| -h, --help | Output usage information. | No |
| -V, --verbose | Enable verbose mode. | No |
| -v, --version | Output version number. | No |
| Name | Description | Required |
| --------------------- | ---------------------------------------------- | -------- |
| -b, --better-feedback | Enables source-map-support and loud-rejection. | No |
| -c, --config | Path to configuration file. | No |
| -d, --directory | Path to working directory. | No |
| -h, --help | Output usage information. | No |
| -V, --verbose | Enable verbose mode. | No |
| -v, --version | Output version number. | No |

## Commands
* [build](#build)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"eslint-plugin-import": "~1.14.0",
"readline-sync": "~1.4.4",
"rimraf": "~2.5.4",
"roc": "^1.0.0-rc"
"roc": "^1.0.0-rc.11"
}
}

0 comments on commit 4655c5d

Please sign in to comment.