Skip to content

Commit

Permalink
1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SasheVuchkov committed Dec 6, 2021
1 parent 7584710 commit f5c4b16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-duplicate-docs",
"version": "1.1.11",
"version": "1.1.12",
"description": "Simple library for finding duplicate and near-duplicate text documents in massive sets/libraries/databases",
"main": "dist/index.js",
"author": "Sashe Vuchkov <sashe@buahlbu.com>",
Expand Down Expand Up @@ -32,7 +32,8 @@
},
"jest": {
"coverageReporters": [
"lcov", "html"
"lcov",
"html"
],
"coverageDirectory": "../coverage",
"rootDir": "./__tests__"
Expand Down

0 comments on commit f5c4b16

Please sign in to comment.