File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @andorsearch/significant-terms" ,
3- "version" : " 0.5.0 " ,
3+ "version" : " 0.5.1 " ,
44 "description" : " A TypeScript library with significant term scoring heuristics based on Elastic/OpenSearch." ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
99 "repository" : {
1010 "type" : " git" ,
1111 "url" : " git+https://github.com/markharwood/significant-terms.git"
12- },
12+ },
1313 "exports" : {
1414 "." : {
1515 "import" : " ./dist/index.js" ,
2121 "test" : " vitest run" ,
2222 "docs" : " typedoc --out docs src/index.ts" ,
2323 "prepare" : " npm run build" ,
24- "prepublishOnly" : " npm test && npm run docs"
24+ "prepublishOnly" : " npm test && npm run docs"
2525 },
2626 "devDependencies" : {
2727 "typescript" : " ^5.0.0" ,
3030 },
3131 "bin" : {
3232 "count-background-vocab" : " ./dist/cli/count-background-vocab.js"
33- },
33+ },
3434 "files" : [
3535 " dist" ,
3636 " bin" ,
You can’t perform that action at this time.
0 commit comments