Skip to content

Commit

Permalink
Fix package json
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuslipp committed Jul 8, 2024
1 parent df04b7a commit 78c5bf5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mixedbread-ai/sdk",
"version": "2.2.6",
"version": "2.2.7",
"license": "Apache-2.0",
"description": "SDK for mixedbread.ai",
"author": "mixedrbread.ai",
Expand All @@ -11,6 +11,12 @@
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"module": "./dist/esm/src/index.js",
"exports": {
".": {
"import": "./dist/esm/src/index.js",
"require": "./dist/src/index.js"
}
},
"sideEffects": false,
"scripts": {
"format": "prettier --write 'src/**/*.ts'",
Expand Down

0 comments on commit 78c5bf5

Please sign in to comment.