Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Apr 15, 2024
1 parent 8d88295 commit 462cbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ async function main() {
types: "./dist-types/index.d.ts",
import: "./dist-bundle/index.js",
// Tooling currently are having issues with the "exports" field when there is no "default", ex: TypeScript, eslint
default: "./dist-bundle/index.js"
default: "./dist-bundle/index.js",
},
"./types": {
types: "./dist-types/.d.ts",
}
},
},
sideEffects: false,
},
Expand Down

0 comments on commit 462cbc9

Please sign in to comment.