diff --git a/package.json b/package.json index af56fb3..d2ed50c 100644 --- a/package.json +++ b/package.json @@ -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",