Skip to content

Commit

Permalink
💐
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Jun 29, 2023
1 parent 8bdcdd8 commit 56ec13a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
"author": "Travis Fischer <[email protected]>",
"type": "module",
"exports": {
"import": "./dist/random.module.js",
"types": "./dist/index.d.ts",
"import": "./dist/random.module.js",
"default": "./dist/random.module.js"
},
"files": [
"dist"
],
"files": ["dist"],
"source": "./src/index.ts",
"module": "./dist/random.module.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -82,8 +80,6 @@
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--loader=@esbuild-kit/esm-loader"
]
"nodeArguments": ["--loader=@esbuild-kit/esm-loader"]
}
}

0 comments on commit 56ec13a

Please sign in to comment.