Skip to content

Commit 4f22053

Browse files
authored
Attempts to fix build.
1 parent db3b0fe commit 4f22053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": {

0 commit comments

Comments
 (0)