Skip to content

Commit

Permalink
Change order of exports for column components
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Nov 5, 2024
1 parent 80bbb2a commit 0e42dca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/column-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
"module": "./dist/module.js",
"style": "./dist/main.css",
"source": "./src/index.ts",
"type": "module",
"exports": {
".": {
"typescript": "./src/index.ts",
"import": "./dist/module.js",
"require": "./dist/main.js",
"typescript": "./src/index.ts"
"require": "./dist/main.js"
},
"./dist/main.css": {
"import": "./dist/main.css",
Expand Down

0 comments on commit 0e42dca

Please sign in to comment.