We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@schematics/update
1 parent 5346784 commit eb98a53Copy full SHA for eb98a53
packages/schematics/update/BUILD.bazel
@@ -102,6 +102,7 @@ jasmine_node_test(
102
pkg_npm(
103
name = "npm_package",
104
deps = [
105
+ "README.md",
106
":update",
107
],
108
)
packages/schematics/update/README.md
@@ -0,0 +1,4 @@
1
+# `@schematics/update`
2
+
3
+This package is **deprecated** and will not be updated beyond Angular v11 (`0.1102.x`). It should no
4
+longer be used.
0 commit comments