Skip to content

Commit

Permalink
v3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed Apr 27, 2023
1 parent c2cb339 commit ba929ef
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.4",
"version": "3.5.5",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/finder/package.json
@@ -1,6 +1,6 @@
{
"name": "@jscpd/finder",
"version": "3.5.4",
"version": "3.5.5",
"description": "detector of copy/paste in files",
"author": "Andrey Kucherenko <kucherenko.andrey@gmail.com>",
"homepage": "https://github.com/kucherenko/jscpd#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/jscpd/package.json
@@ -1,6 +1,6 @@
{
"name": "jscpd",
"version": "3.5.4",
"version": "3.5.5",
"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 @@ -35,7 +35,7 @@
},
"dependencies": {
"@jscpd/core": "^3.5.4",
"@jscpd/finder": "^3.5.4",
"@jscpd/finder": "^3.5.5",
"@jscpd/html-reporter": "^3.5.4",
"@jscpd/tokenizer": "^3.5.4",
"colors": "1.4.0",
Expand Down

0 comments on commit ba929ef

Please sign in to comment.