Skip to content

Commit

Permalink
refactor: types are implied
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Apr 4, 2024
1 parent 9344cb9 commit 908b0ee
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,8 @@
}
},
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js"
},
"./npmName": {
"types": "./lib/shared/npmName.d.ts",
"import": "./lib/shared/npmName.js"
}
".": "./lib/index.js",
"./npmName": "./lib/shared/npmName.js"
},
"type": "module"
}

0 comments on commit 908b0ee

Please sign in to comment.