Skip to content

Commit

Permalink
chore(readme): update description of deps property
Browse files Browse the repository at this point in the history
  • Loading branch information
guzart committed Feb 3, 2015
1 parent 0b47fcc commit e5786b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,12 @@ input `json` file.

#### options.deps

Type: `array<string>`
Type: `array<string>|boolean`
Default: `[]`
Overrides: `json.deps`
_optional_

An array that specifies the default dependencies a module should have. When your
module should not have any modules, so you can append the constants to an
already existing one, you can set deps to false.
An array that specifies the default dependencies a module should have. To add the constants to an existing module, you can set it to `false`.
This property will override any `deps` property defined in the input `json` file.

#### options.wrap
Expand Down

0 comments on commit e5786b7

Please # to comment.