Skip to content

Commit faf94c8

Browse files
committed
chore(query-parser): add type module
1 parent b1b762a commit faf94c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/query-parser/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"dist"
1919
],
2020
"license": "Apache-2.0",
21-
"module": "dist/index.mjs",
21+
"type": "module",
22+
"module": "./dist/index.mjs",
2223
"types": "./dist/index.d.ts",
2324
"exports": {
2425
".": {

0 commit comments

Comments
 (0)