Skip to content

Commit

Permalink
docs: add note for flag flip of strict_visibility in 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattem committed Sep 16, 2020
1 parent 9e43654 commit 299ee1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/npm_install/npm_install.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ fine grained npm dependencies.
When enabled, only dependencies within the given `package.json` file are given public visibility.
All transitive dependencies are given limited visibility, enforcing that all direct dependencies are
listed in the `package.json` file.
Currently the default is set `False`, but will likely be flipped `True` in rules_nodejs 3.0.0
""",
),
"symlink_node_modules": attr.bool(
Expand Down

0 comments on commit 299ee1d

Please sign in to comment.