Skip to content

Commit 2838674

Browse files
author
Andrei Bratu
committed
rebase with master
1 parent f1fd9d5 commit 2838674

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.16",
44
"private": false,
55
"repository": "https://github.com/humanloop/humanloop-node",
6-
"main": "index.js",
7-
"types": "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)