Fix Node package.json ./ exports deprecation warning (#22783)

This commit is contained in:
Rin Arakaki 2021-11-19 06:11:30 +09:00 committed by GitHub
parent fdc1d617a4
commit 8edeb787b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"./build-info.json": "./build-info.json",
"./jsx-runtime": "./jsx-runtime.js",
"./jsx-dev-runtime": "./jsx-dev-runtime.js",
"./": "./"
"./*": "./*"
},
"repository": {
"type": "git",