Skip to content

Commit b24c688

Browse files
committed
chore(js/evaluators): remove unnecessary path dependency
`path` is a core node module, and adding it as a dependency is pointless, as node (and other compatible runtimes) will always use the core module
1 parent 06cc6ab commit b24c688

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

js/plugins/evaluators/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"dependencies": {
3333
"compute-cosine-similarity": "^1.1.0",
3434
"node-fetch": "^3.3.2",
35-
"path": "^0.12.7",
3635
"dotprompt": "^1.1.1",
3736
"jsonata": "^2.0.6"
3837
},

js/pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)