Skip to content

Commit

Permalink
refactor:shifting main path (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamsouravjha authored Feb 22, 2024
1 parent 6565ac5 commit 38a0e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 38a0e68

Please sign in to comment.