Skip to content

Commit

Permalink
Merge 3ba5659 into 6d607b8
Browse files Browse the repository at this point in the history
  • Loading branch information
ybonnefond committed Jul 10, 2019
2 parents 6d607b8 + 3ba5659 commit af5e291
Show file tree
Hide file tree
Showing 4 changed files with 891 additions and 721 deletions.
13 changes: 13 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
src
test
docs
.coveralls
.editorconfig
.eslintignore
.gitignore
.prettierrc
.travis.yml
jest.json
tsconfig.json
tslint.json
README.md
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"license": "ISC",
"devDependencies": {
"@compodoc/compodoc": "^1.1.9",
"@types/accept": "^3.1.1",
"@types/body-parser": "^1.17.0",
"@types/content-type": "^1.1.3",
"@types/got": "^9.6.0",
"@types/hapi__accept": "^3.2.0",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.135",
"coveralls": "^3.0.4",
Expand All @@ -54,7 +54,7 @@
"typescript": "^3.5.2"
},
"dependencies": {
"accept": "^3.1.3",
"@hapi/accept": "^3.1.3",
"body-parser": "^1.19.0",
"content-type": "^1.0.4",
"lodash": "^4.17.11"
Expand Down
2 changes: 1 addition & 1 deletion src/Router.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import accept from 'accept';
import accept from '@hapi/accept';
import contentType from 'content-type';
import { OutgoingHttpHeaders, Server } from 'http';

Expand Down

0 comments on commit af5e291

Please sign in to comment.