summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonathan Neal <jonathantneal@hotmail.com> 2021-11-03 10:03:18 -0400
committerGravatar GitHub <noreply@github.com> 2021-11-03 10:03:18 -0400
commit0a9dfa01fbcb920f299d06374babc07127e84d9b (patch)
treeeb4f5b2af1377e7a3f22dc432c7eb3b137ca573e
parent93445003762fc4cbf172ad5786826199ee20dc40 (diff)
downloadastro-0a9dfa01fbcb920f299d06374babc07127e84d9b.tar.gz
astro-0a9dfa01fbcb920f299d06374babc07127e84d9b.tar.zst
astro-0a9dfa01fbcb920f299d06374babc07127e84d9b.zip
restore astro typings (#1733)
-rw-r--r--packages/astro/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 2d6cf0c63..668178ea0 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -4,6 +4,7 @@
"author": "Skypack",
"license": "MIT",
"type": "module",
+ "types": "./dist/types/@types/astro-core.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/snowpackjs/astro.git",