fix: move default to last so its compatible with nextjs (#7561)

This commit is contained in:
Aakansha Doshi 2024-01-15 14:52:04 +05:30 committed by GitHub
parent 0fa5f5de4c
commit a4e5e46dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
"exports": {
".": {
"development": "./dist/dev/index.js",
"default": "./dist/prod/index.js",
"types": "./dist/excalidraw/index.d.ts"
"types": "./dist/excalidraw/index.d.ts",
"default": "./dist/prod/index.js"
},
"./index.css": {
"development": "./dist/dev/index.css",