We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gitbook/expr
1 parent ca71c1f commit 6da3655Copy full SHA for 6da3655
.changeset/hungry-cars-play.md
@@ -0,0 +1,5 @@
1
+---
2
+"@gitbook/expr": minor
3
4
+
5
+Fix exports in gitbook/expr package.json
packages/expr/package.json
@@ -6,7 +6,7 @@
6
"exports": {
7
".": {
8
"types": "./dist/index.d.ts",
9
- "development": "./src/index.ts",
+ "import": "./dist/index.js",
10
"default": "./dist/index.js"
11
}
12
},
0 commit comments