Skip to content

Commit

Permalink
Clarify default values for options.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Jul 13, 2015
1 parent 8f4c833 commit da33417
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@ All options for this package are kept under `'release-script'` node in your proj

- `bowerRepo` - the full url to github project for the bower pkg files
- `bowerRoot` - the folder name where your `npm run build` command will put/transpile files for bower pkg
- `default` value: `'amd'`
- `tmpBowerRepo` - the folder name for temporary files for bower pkg.
- `default` value: `'tmp-bower-repo'`

It is advised to add `bowerRoot` and `tmpBowerRepo` folders to your `.gitignore` file.

All options are optional.

E.g.:
```js
"release-script": {
Expand Down

0 comments on commit da33417

Please sign in to comment.