diff --git a/README.md b/README.md index a13de4f..ee96f5c 100644 --- a/README.md +++ b/README.md @@ -122,14 +122,12 @@ input `json` file. #### options.deps -Type: `array` +Type: `array|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