Skip to content

Commit

Permalink
v3.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed Aug 20, 2020
1 parent fc8c472 commit 3cf72d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.3.15",
"version": "3.3.16",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/jscpd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscpd",
"version": "3.3.14",
"version": "3.3.16",
"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,8 +36,8 @@
"dependencies": {
"@jscpd/core": "^3.3.14",
"@jscpd/finder": "^3.3.14",
"@jscpd/tokenizer": "^3.3.14",
"@jscpd/html-reporter": "^3.3.15",
"@jscpd/tokenizer": "^3.3.14",
"colors": "^1.4.0",
"commander": "^5.0.0",
"fs-extra": "^9.0.0",
Expand Down

0 comments on commit 3cf72d1

Please sign in to comment.