Skip to content

Commit

Permalink
Merge pull request #15 from LearningLocker/greenkeeper/jscpd-0.6.11
Browse files Browse the repository at this point in the history
Greenkeeper/jscpd 0.6.11
  • Loading branch information
ryasmi authored Apr 18, 2017
2 parents 4ac79ce + 4f22053 commit 950b4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "./node_modules/typescript/bin/tsc",
"build-watch": "./node_modules/typescript/bin/tsc --watch",
"lint": "./node_modules/tslint/bin/tslint --project ./tsconfig.json -c ./tslint.json",
"duplication-limit": "./node_modules/jscpd/bin/jscpd --limit=0",
"duplication-limit": "./node_modules/jscpd/bin/jscpd --limit 1",
"duplication": "./node_modules/jscpd/bin/jscpd"
},
"dependencies": {
Expand All @@ -30,7 +30,7 @@
"assert": "^1.4.1",
"blanket": "1.1.9",
"codecov": "^2.0.1",
"jscpd": "^0.6.6",
"jscpd": "^0.6.11",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"tslint": "^5.0.0",
Expand Down

0 comments on commit 950b4bc

Please sign in to comment.