Skip to content

Commit

Permalink
Merge 35cb6fc into fd57754
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Apr 4, 2019
2 parents fd57754 + 35cb6fc commit 7977248
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
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 @@ -77,7 +77,7 @@
},
"dependencies": {
"@types/express": "^4.16.1",
"@types/node-fetch": "^2.1.6",
"@types/node-fetch": "^2.3.0",
"node-fetch": "^2.3.0"
}
}
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import Test from './Test';
export {
Body,
BodyInit,
HeaderInit,
HeadersInit,
HeadersInit as HeaderInit,
Headers,
Request,
RequestCache,
Expand Down

0 comments on commit 7977248

Please sign in to comment.