Skip to content

Commit

Permalink
fix: set default main export
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Apr 9, 2024
1 parent 38ccfea commit d34f40a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "extract-domain",
"version": "5.0.0",
"version": "5.0.1",
"description": "Extract domain name from URL",
"type": "module",
"source": "index.ts",
"exports": {
"types": "./dist/index.d.ts"
},
"main": "./dist/extract-domain.module.js",
"module": "./dist/extract-domain.module.js",
"author": "Bjarne Oeverli",
"license": "MIT",
Expand Down

0 comments on commit d34f40a

Please sign in to comment.