Skip to content

Commit

Permalink
remove unused bundled dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodben committed Nov 2, 2023
1 parent 5b0fd8e commit 87f6f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
},
"files": [
"build",
"README.md",
"node_modules/mongodb-rag-core"
"README.md"
],
"exports": {
".": "./build/index.js",
Expand All @@ -35,9 +34,6 @@
"docs": "npx typedoc --excludePrivate --exclude '**/*.test.ts' --out docs src",
"release": "release-it"
},
"bundledDependencies": [
"mongodb-rag-core"
],
"devDependencies": {
"@babel/preset-typescript": "^7",
"@babel/types": "^7.22.5",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 87f6f7e

Please sign in to comment.