Skip to content

Commit cd25935

Browse files
committed
fix(dependencies): upgraded to the latest html-request router
which is compatible with the latest hapi
1 parent d331b18 commit cd25935

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ notifications:
44
email: false
55
import:
66
- source: travi/.travis-ci:authenticated-semantic-release.yml
7-
before_script: npm ls >/dev/null
87
after_success: npm run coverage:report
98
env:
109
global:

Diff for: package-lock.json

+4-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"lint:js": "eslint .",
1010
"lint:md": "globstar --node -- markdownlint '**/*.md'",
1111
"lint:travis": "travis-lint .travis.yml",
12+
"lint:peer": "npm ls >/dev/null",
1213
"tests:unit:no-coverage": "mocha --recursive test/unit",
1314
"coverage": "nyc run-s tests:unit:no-coverage",
1415
"coverage:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
@@ -55,7 +56,7 @@
5556
"@travi/eslint-config-cucumber": "1.0.5",
5657
"@travi/eslint-config-mocha": "1.0.7",
5758
"@travi/eslint-config-react": "1.0.24",
58-
"@travi/hapi-html-request-router": "^3.0.0",
59+
"@travi/hapi-html-request-router": "^3.0.1",
5960
"chai": "^4.2.0",
6061
"chai-as-promised": "7.1.1",
6162
"codecov": "^3.5.0",
@@ -95,9 +96,6 @@
9596
"react-router": "^3.0.5",
9697
"redial": "^0.5.0"
9798
},
98-
"optionalDependencies": {
99-
"@travi/hapi-html-request-router": "^3.0.0"
100-
},
10199
"publishConfig": {
102100
"access": "public"
103101
},

0 commit comments

Comments
 (0)