Skip to content

Commit 2335299

Browse files
Merge pull request #3 from coparse-inc/seanaye/type-queries
update module main and version
2 parents 39bc50c + 6f58029 commit 2335299

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,16 +1,16 @@
11
{
22
"name": "@macroos/auth-hooks",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Hooks for implementing macro auth",
55
"type": "module",
66
"files": [
77
"dist"
88
],
9-
"module": "./dist/index.js",
9+
"module": "./dist/index.es.js",
1010
"types": "./dist/index.d.ts",
1111
"exports": {
1212
".": {
13-
"import": "./dist/index.js"
13+
"import": "./dist/index.es.js"
1414
}
1515
},
1616
"scripts": {

0 commit comments

Comments
 (0)