Fix exports in gitbook/expr package.json after removing src (#3648)

This commit is contained in:
spastorelli
2025-09-12 16:20:29 +02:00
committed by GitHub
parent ca71c1fad6
commit 6da36558f6
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@gitbook/expr": minor
---
Fix exports in gitbook/expr package.json
+1 -1
View File
@@ -6,7 +6,7 @@
"exports": { "exports": {
".": { ".": {
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"development": "./src/index.ts", "import": "./dist/index.js",
"default": "./dist/index.js" "default": "./dist/index.js"
} }
}, },