diff options
Diffstat (limited to '.changeset/three-onions-repeat.md')
-rw-r--r-- | .changeset/three-onions-repeat.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/three-onions-repeat.md b/.changeset/three-onions-repeat.md new file mode 100644 index 000000000..1781defcc --- /dev/null +++ b/.changeset/three-onions-repeat.md @@ -0,0 +1,5 @@ +--- +'astro': major +--- + +The `astro check` command now requires an external package `@astrojs/check` and an install of `typescript` in your project. This was done in order to make the main `astro` package smaller and give more flexibility to users in regard to the version of TypeScript they use. |