From 38a0e6888f82e47953c392a0ebbd1e575f62807e Mon Sep 17 00:00:00 2001 From: Shivam Sourav Jha <60891544+shivamsouravjha@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:19:52 +0530 Subject: [PATCH] refactor:shifting main path (#102) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a074d3..16f031e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "@keploy/sdk", "version": "2.0.1", "description": "This is the client SDK for the [Keploy](https://github.com/keploy/keploy) testing platform. With the TypeScript SDK, you can test both your existing unit test cases in Jest and create new end-to-end test cases for your applications.", - "main": "keployCli.ts", + "main": "dist/keployCli.js", + "types": "dist/keployCli.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build",