Skip to content

Commit eb98a53

Browse files
committed
docs: add README to @schematics/update
This just points out that the package is deprecated and should no longer be used.
1 parent 5346784 commit eb98a53

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/schematics/update/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jasmine_node_test(
102102
pkg_npm(
103103
name = "npm_package",
104104
deps = [
105+
"README.md",
105106
":update",
106107
],
107108
)

packages/schematics/update/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)