diff options
author | 2021-09-09 10:53:52 -0700 | |
---|---|---|
committer | 2021-09-09 10:53:52 -0700 | |
commit | b03f8771020f0784472d5d8898dcd360e8e13f45 (patch) | |
tree | 13f331dd61afd7920bec481e54cf50e163b940b2 /examples/framework-lit | |
parent | dcf94bc3524cacb4e4ebae458d0631bd6d58cd02 (diff) | |
download | astro-b03f8771020f0784472d5d8898dcd360e8e13f45.tar.gz astro-b03f8771020f0784472d5d8898dcd360e8e13f45.tar.zst astro-b03f8771020f0784472d5d8898dcd360e8e13f45.zip |
Revert "Version Packages (#1303)"
This reverts commit 1a88cfde7d2b3854e279c1bf3e12adf5d2155801.
Diffstat (limited to 'examples/framework-lit')
-rw-r--r-- | examples/framework-lit/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index ab642bd8b..6af44efa6 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.1.0", - "astro": "^0.20.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." |