Skip to content

Commit

Permalink
Attempts to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi authored Apr 18, 2017
1 parent db3b0fe commit 4f22053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 4f22053

Please sign in to comment.