Skip to content

Commit dd6771d

Browse files
committed
chore(deps): Uses published jscpd.
1 parent 16484d1 commit dd6771d

3 files changed

Lines changed: 46 additions & 39 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ script:
1212
- npm run build
1313
- npm run cover
1414
- npm run lint
15-
- npm run duplication -- --limit=0.01
15+
- npm run duplication -- --limit 1
1616

1717
after_success:
1818
- npm prune --production

package-lock.json

Lines changed: 44 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"assert": "^1.4.1",
4040
"commitizen": "^2.9.6",
4141
"cz-conventional-changelog": "^2.0.0",
42-
"jscpd": "git://github.com/ryansmith94/jscpd.git#prepublish",
42+
"jscpd": "^0.6.10",
4343
"lodash": "^4.17.4",
4444
"mocha": "^3.4.0",
4545
"nyc": "^11.2.1",

0 commit comments

Comments
 (0)