Skip to content

Commit

Permalink
revert typing change
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dDoX committed Sep 26, 2024
1 parent 612b064 commit fe1cb09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "dist/index.js",
"exports": {
"import": "./exports/import.mjs",
"require": "./exports/require.cjs",
"types": "./dist/index.d.ts"
"require": "./exports/require.cjs"
},
"files": [
"/dist",
Expand Down

0 comments on commit fe1cb09

Please sign in to comment.