diff --git a/package.json b/package.json index 21f6c51..93caa68 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ } ], "type": "module", - "exports": "./build/index.js", - "typings": "./build/index.d.ts", + "exports": "./build/device.js", + "typings": "./build/device.d.ts", "files": [ "build" ],