Skip to content

Commit 809c650

Browse files
author
Andrei Bratu
committed
remove testing args in package.json
1 parent 3552708 commit 809c650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.8.18",
44
"private": false,
55
"repository": "https://github.com/humanloop/humanloop-node",
6-
"main": "dist/index.js",
7-
"types": "dist/index.d.ts",
6+
"main": "./index.js",
7+
"types": "./index.d.ts",
88
"scripts": {
99
"format": "prettier . --write --ignore-unknown",
1010
"build": "tsc",

0 commit comments

Comments
 (0)