Skip to content

Commit 950b4bc

Browse files
authored
Merge pull request #15 from LearningLocker/greenkeeper/jscpd-0.6.11
Greenkeeper/jscpd 0.6.11
2 parents 4ac79ce + 4f22053 commit 950b4bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "./node_modules/typescript/bin/tsc",
1717
"build-watch": "./node_modules/typescript/bin/tsc --watch",
1818
"lint": "./node_modules/tslint/bin/tslint --project ./tsconfig.json -c ./tslint.json",
19-
"duplication-limit": "./node_modules/jscpd/bin/jscpd --limit=0",
19+
"duplication-limit": "./node_modules/jscpd/bin/jscpd --limit 1",
2020
"duplication": "./node_modules/jscpd/bin/jscpd"
2121
},
2222
"dependencies": {
@@ -30,7 +30,7 @@
3030
"assert": "^1.4.1",
3131
"blanket": "1.1.9",
3232
"codecov": "^2.0.1",
33-
"jscpd": "^0.6.6",
33+
"jscpd": "^0.6.11",
3434
"mocha": "^3.2.0",
3535
"mocha-lcov-reporter": "^1.2.0",
3636
"tslint": "^5.0.0",

0 commit comments

Comments
 (0)