From 807cd805ded16f49683646295dcd348ddacd6032 Mon Sep 17 00:00:00 2001 From: shivamsouravjha Date: Wed, 21 Feb 2024 13:56:11 +0000 Subject: [PATCH] refactor:shifting main path --- 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",