diff --git a/typescript/package.json b/typescript/package.json index 2635664..6acaa25 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,10 +1,10 @@ { "name": "r2pipe-ts", - "version": "0.1.1", + "version": "0.1.2", "description": "TypeScript r2pipe API", "type": "commonjs", - "main": "./r2pipe/index.js", - "types": "./r2pipe/index.d.js", + "main": "./dist/index.js", + "types": "./dist/index.d.js", "license": "MIT", "engines": { "node": ">=18.0"