Skip to content

Commit b8a74ec

Browse files
committed
0.5.1
1 parent 396b7bf commit b8a74ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -9,7 +9,7 @@
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",
@@ -21,7 +21,7 @@
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",
@@ -30,7 +30,7 @@
3030
},
3131
"bin": {
3232
"count-background-vocab": "./dist/cli/count-background-vocab.js"
33-
},
33+
},
3434
"files": [
3535
"dist",
3636
"bin",

0 commit comments

Comments
 (0)