We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ac79ce + 4f22053 commit 950b4bcCopy full SHA for 950b4bc
package.json
@@ -16,7 +16,7 @@
16
"build": "./node_modules/typescript/bin/tsc",
17
"build-watch": "./node_modules/typescript/bin/tsc --watch",
18
"lint": "./node_modules/tslint/bin/tslint --project ./tsconfig.json -c ./tslint.json",
19
- "duplication-limit": "./node_modules/jscpd/bin/jscpd --limit=0",
+ "duplication-limit": "./node_modules/jscpd/bin/jscpd --limit 1",
20
"duplication": "./node_modules/jscpd/bin/jscpd"
21
},
22
"dependencies": {
@@ -30,7 +30,7 @@
30
"assert": "^1.4.1",
31
"blanket": "1.1.9",
32
"codecov": "^2.0.1",
33
- "jscpd": "^0.6.6",
+ "jscpd": "^0.6.11",
34
"mocha": "^3.2.0",
35
"mocha-lcov-reporter": "^1.2.0",
36
"tslint": "^5.0.0",
0 commit comments