diff --git a/package.json b/package.json index a85d0cd..86cd7f5 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "exports": { "import": "./index.js", - "default": "./index.js", - "types": "./index.d.ts" + "types": "./index.d.ts", + "default": "./index.js" }, "scripts": { "test": "standard && tape test.js && tsd"