Skip to content

Commit 2ef4189

Browse files
🎉 Bump version to 1.0.3 and update module paths in package.json
1 parent 05a737d commit 2ef4189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "drizzle-query-logger",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "./dist/index.js",
5-
"module": "./dist/index.mjs",
5+
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": {
88
".": {
99
"require": "./dist/index.js",
10-
"import": "./dist/index.mjs",
10+
"import": "./dist/index.js",
1111
"types": "./dist/index.d.ts"
1212
}
1313
},

0 commit comments

Comments
 (0)