Skip to content

Commit

Permalink
v3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed May 1, 2023
1 parent 91be0ef commit d0c1659
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.5.7",
"version": "3.5.8",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/html-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@jscpd/html-reporter",
"version": "3.5.7",
"version": "3.5.8",
"description": "html reporter for jscpd",
"keywords": [
"jscpd",
Expand Down
4 changes: 2 additions & 2 deletions packages/jscpd/package.json
@@ -1,6 +1,6 @@
{
"name": "jscpd",
"version": "3.5.7",
"version": "3.5.8",
"description": "detector of copy/paste in files",
"author": "Andrey Kucherenko <kucherenko.andrey@gmail.com>",
"homepage": "https://github.com/kucherenko/jscpd#readme",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@jscpd/core": "^3.5.4",
"@jscpd/finder": "^3.5.5",
"@jscpd/html-reporter": "^3.5.7",
"@jscpd/html-reporter": "^3.5.8",
"@jscpd/tokenizer": "^3.5.4",
"colors": "1.4.0",
"commander": "^5.0.0",
Expand Down

0 comments on commit d0c1659

Please sign in to comment.