Skip to content

Commit

Permalink
fix(exports): add dist/mutation-test-elements.js to package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Nov 16, 2023
1 parent 3cd3cf2 commit 704a5db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/elements/package.json
Expand Up @@ -16,6 +16,10 @@
"./mutation-test-elements.js": {
"types": "./dist-tsc/src/index.d.ts",
"default": "./dist/mutation-test-elements.js"
},
"./dist/mutation-test-elements.js": {
"types": "./dist-tsc/src/index.d.ts",
"default": "./dist/mutation-test-elements.js"
}
},
"nx": {
Expand Down

0 comments on commit 704a5db

Please sign in to comment.