Skip to content

Commit

Permalink
fix: add missing node-fetch dependency
Browse files Browse the repository at this point in the history
Fixes #14

Signed-off-by: Lucian <[email protected]>
  • Loading branch information
LucianBuzzo authored and gr2m committed Nov 22, 2018
1 parent e5a851d commit 630416b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 34 deletions.
46 changes: 13 additions & 33 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"dependencies": {
"@octokit/endpoint": "^3.0.0",
"is-plain-object": "^2.0.4",
"node-fetch": "^2.3.0",
"universal-user-agent": "^2.0.1"
},
"devDependencies": {
Expand Down Expand Up @@ -93,6 +94,6 @@
]
},
"files": [
"lib"
"lib"
]
}

0 comments on commit 630416b

Please sign in to comment.