diff --git a/package.json b/package.json index a4485c6..bd4fa05 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,16 @@ { "name": "@rain-cafe/react-utils", "version": "1.0.0", - "source": "src/index.ts", "type": "module", - "exports": { - ".": { - "require": "./dist/index.cjs", - "default": "./dist/index.modern.js" - } - }, + "source": "src/index.ts", "main": "./dist/index.cjs", "module": "./dist/index.module.js", "unpkg": "./dist/index.umd.js", + "exports": { + "require": "./dist/index.cjs", + "default": "./dist/index.modern.js", + "types": "./dist/index.d.ts" + }, "types": "dist/index.d.ts", "scripts": { "test": "jest",