Skip to content

Commit

Permalink
publish overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Sep 10, 2023
1 parent ecd1499 commit c9c4c85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/materials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,17 @@
},
"publishConfig": {
"access": "public"
},
"publishOverrides": {
"files": [
"dist"
],
"main": "./dist/materials.js",
"module": "./dist/materials.js",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/materials.js"
}
}
}

0 comments on commit c9c4c85

Please sign in to comment.