Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 85e3646

Browse files
authored
Ensure image-types file is included (vercel#26495)
1 parent 6791d3b commit 85e3646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/next/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"amp.js",
4242
"amp.d.ts",
4343
"types/index.d.ts",
44-
"types/global.d.ts"
44+
"types/global.d.ts",
45+
"image-types/global.d.ts"
4546
],
4647
"bin": {
4748
"next": "./dist/bin/next"

0 commit comments

Comments
 (0)