Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maddsua committed Jan 8, 2024
1 parent 4029880 commit 06251c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
"type": "module",
"main": "./dist/index.npm.js",
"types": "./dist/index.npm.d.ts",
"exports": {
".": {
"default": "./dist/index.npm.js",
"types": "./dist/index.npm.d.ts"
}
},
"scripts": {
"test:run": "node test/.temp/test.node.js",
"test:build": "esbuild test/test.node.ts --platform=node --format=esm --bundle --loader:.js=text --loader:.css=text --outfile=test/.temp/test.node.js",
Expand Down

0 comments on commit 06251c2

Please sign in to comment.