diff --git a/package.json b/package.json index 5c683d89..8867b2f2 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "index.ts", "types": "dist/types/index.d.ts", "bin": { - "open-attestation": "dist/cjs/index.js", - "oa": "dist/cjs/index.js" + "open-attestation": "dist/cjs/src/index.js", + "oa": "dist/cjs/src/index.js" }, "scripts": { "dev": "ts-node src/index.ts",