Skip to content

Commit

Permalink
fix(dependencies): upgraded to the latest html-request router
Browse files Browse the repository at this point in the history
which is compatible with the latest hapi
  • Loading branch information
travi committed Feb 18, 2020
1 parent d331b18 commit cd25935
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ notifications:
email: false
import:
- source: travi/.travis-ci:authenticated-semantic-release.yml
before_script: npm ls >/dev/null
after_success: npm run coverage:report
env:
global:
Expand Down
10 changes: 4 additions & 6 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint:js": "eslint .",
"lint:md": "globstar --node -- markdownlint '**/*.md'",
"lint:travis": "travis-lint .travis.yml",
"lint:peer": "npm ls >/dev/null",
"tests:unit:no-coverage": "mocha --recursive test/unit",
"coverage": "nyc run-s tests:unit:no-coverage",
"coverage:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
Expand Down Expand Up @@ -55,7 +56,7 @@
"@travi/eslint-config-cucumber": "1.0.5",
"@travi/eslint-config-mocha": "1.0.7",
"@travi/eslint-config-react": "1.0.24",
"@travi/hapi-html-request-router": "^3.0.0",
"@travi/hapi-html-request-router": "^3.0.1",
"chai": "^4.2.0",
"chai-as-promised": "7.1.1",
"codecov": "^3.5.0",
Expand Down Expand Up @@ -95,9 +96,6 @@
"react-router": "^3.0.5",
"redial": "^0.5.0"
},
"optionalDependencies": {
"@travi/hapi-html-request-router": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit cd25935

Please sign in to comment.