From 0a9dfa01fbcb920f299d06374babc07127e84d9b Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Wed, 3 Nov 2021 10:03:18 -0400 Subject: [PATCH] restore astro typings (#1733) --- packages/astro/package.json | 1 + 1 file changed, 1 insertion(+) 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",