Skip to content

Commit

Permalink
Merge pull request #105 from Perlkonig/Perlkonig-patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
flauwekeul authored Jul 18, 2023
2 parents 2cac842 + 95776ec commit c7c15ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"exports": {
".": {
"import": {
"default": "./dist/honeycomb-grid.mjs",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/honeycomb-grid.mjs"
},
"require": {
"default": "./dist/honeycomb-grid.umd.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/honeycomb-grid.umd.js"
}
}
},
Expand Down

0 comments on commit c7c15ee

Please sign in to comment.