Skip to content

Commit

Permalink
Merge pull request #9 from khalby786/glitch
Browse files Browse the repository at this point in the history
(fix) cannot find node-fetch
  • Loading branch information
khalby786 authored Sep 11, 2020
2 parents 49c831e + b296fb6 commit 9a5ea80
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions getcomic/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "node-fetch",
"version": "1.0.0",
"description": "node-fetch function dependency",
"main": "fetch-joke.js",
"keywords": [
"netlify",
"serverless",
"js"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1"
}
}

1 comment on commit 9a5ea80

@vercel
Copy link

@vercel vercel bot commented on 9a5ea80 Sep 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.