Skip to content

Commit 722b902

Browse files
committed
fix package.json definition
1 parent 9584aea commit 722b902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inference/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
},
4242
"browser": {
43-
"./src/snippets": false,
43+
"./src/snippets/index.js": false,
4444
"./dist/index.js": "./dist/browser/index.js",
4545
"./dist/index.mjs": "./dist/browser/index.mjs"
4646
},

0 commit comments

Comments
 (0)