Skip to content

Commit

Permalink
Update description of bundleDependencies in json doc
Browse files Browse the repository at this point in the history
  • Loading branch information
grncdr committed Apr 24, 2012
1 parent 64ac2a5 commit 607ed52
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/cli/json.md
Expand Up @@ -416,7 +416,13 @@ for more on the topic.

## bundledDependencies

Array of package names that will be bundled when publishing the package.
Package names that should be bundled from `node_modules/` when packing and/or
publishing the package.

If this is an array, then all of the package names in the array will be bundled.

If this is a string, it will be used as a glob pattern and any package in
`node_modules/` that matches the pattern will be bundled.

If this is spelled `"bundleDependencies"`, then that is also honorable.

Expand Down

0 comments on commit 607ed52

Please sign in to comment.