diff --git a/package.json b/package.json index 5cf26e4..ba607a8 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "@phase.dev/phase-js", - "version": "2.0.0", + "version": "2.0.1", "description": "JS/TS Client SDK for Phase", "main": "dist/index.js", - "types": "dist/index.d.ts", + "types": "dist/src/index.d.ts", "repository": "https://github.com/phasehq/client-js-sdk", "author": "phasehq", "license": "MIT",