diff options
author | 2021-09-09 10:53:52 -0700 | |
---|---|---|
committer | 2021-09-09 10:53:52 -0700 | |
commit | b03f8771020f0784472d5d8898dcd360e8e13f45 (patch) | |
tree | 13f331dd61afd7920bec481e54cf50e163b940b2 /examples/snowpack | |
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/snowpack')
-rw-r--r-- | examples/snowpack/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json index 8ebf903c4..25e05b64d 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-types": "^14.1.2", - "astro": "^0.20.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." |