Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

fix(deps): Updates js-entity-repos/express in dev deps for tests. #15

Merged
merged 1 commit into from
Mar 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- run:
name: Linting Code
command: npm run lint
- run:
name: Running tests
command: npm run cover
- run:
name: Checking Code Duplication
command: npm run duplication -- --limit 15
Expand Down
6 changes: 3 additions & 3 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 @@ -33,7 +33,7 @@
"devDependencies": {
"@ht2-labs/semantic-release": "1.0.31",
"@ht2-labs/typescript-project": "1.0.9",
"@js-entity-repos/express": "1.1.0",
"@js-entity-repos/express": "2.0.0",
"@js-entity-repos/memory": "3.0.1",
"@types/body-parser": "1.16.8",
"@types/dotenv": "4.0.2",
Expand Down