Skip to content

Commit

Permalink
Merge pull request #49 from lincolnhutchinson/ts-import-error
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit authored Nov 18, 2022
2 parents 7470ca0 + 37f8e32 commit ba5e228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"author": "Travis Fischer <travis@transitivebullsh.it>",
"type": "module",
"exports": {
"default": "./dist/random.module.js"
"import": "./dist/random.module.js",
"types": "./dist/index.d.ts",
"default": "./dist/random.module.js"
},
"files": [
"dist"
Expand Down

0 comments on commit ba5e228

Please sign in to comment.