Skip to content

Commit

Permalink
fix(package): Uses https for dependencies. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi authored Oct 10, 2017
1 parent b3b1b51 commit 9438b36
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 66 deletions.
11 changes: 0 additions & 11 deletions .cpd.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
languages: typescript
files:
- src/**/*
exclude:
- src/*.ts
- src/models/*.ts
- src/service/index.ts
- src/memoryModelsRepo/index.ts
- src/mongoModelsRepo/index.ts
- src/s3StorageRepo/index.ts
- src/localStorageRepo/index.ts
- src/serviceFactory/**/*.ts
- src/repoFactory/**/*.ts
min-lines: 7
min-tokens: 50
debug: false
skip-comments: true
skip-regex: (import [\'\w\*\{ \,\.\/\}]+\;*)|(\} from [\'\w\*\{ \,\.\/\}]+\;*)|( {2}[A-Z\d_]+\,)|(export\sdefault\s\(config:\sConfig\)\s=>\s{)|( +return\sasync\s\(opts:\s\w+\):\sPromise<[^>]+>\s=>\s{)|(it\([\'\"\`][\w\s]+[\'\"\`],\s(async)?\s)
110 changes: 56 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/winston": "^2.3.3",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"jscpd": "git://github.com/ryansmith94/jscpd.git#prepublish",
"jscpd": "^0.6.15",
"semantic-release": "^8.0.3",
"tslint": "^5.5.0",
"tslint-consistent-codestyle": "^1.6.0",
Expand Down

0 comments on commit 9438b36

Please sign in to comment.