We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fd9d5 commit 2838674Copy full SHA for 2838674
package.json
@@ -3,8 +3,8 @@
3
"version": "0.8.16",
4
"private": false,
5
"repository": "https://github.com/humanloop/humanloop-node",
6
- "main": "index.js",
7
- "types": "index.d.ts",
+ "main": "./index.js",
+ "types": "./index.d.ts",
8
"scripts": {
9
"format": "prettier . --write --ignore-unknown",
10
"build": "tsc",
0 commit comments