Skip to content

Commit

Permalink
fix: all the exports
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Apr 9, 2024
1 parent d34f40a commit f61ce53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "extract-domain",
"version": "5.0.1",
"version": "5.0.2",
"description": "Extract domain name from URL",
"type": "module",
"source": "index.ts",
"exports": {
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"main": "./dist/extract-domain.module.js",
"default": "./dist/extract-domain.module.js"
},
"main": "./dist/extract-domain.module.js",
"module": "./dist/extract-domain.module.js",
Expand Down

0 comments on commit f61ce53

Please sign in to comment.