Skip to content

Commit

Permalink
fix: cross-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosz-lipinski committed Mar 15, 2021
1 parent 545bceb commit fbe3d1f
Show file tree
Hide file tree
Showing 3 changed files with 8,412 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ test
src/**.js
coverage
*.log
yarn.lock
package-lock.json
.DS_Store
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
]
},
"dependencies": {
"cross-fetch": "^3.0.6"
"cross-fetch": "3.0.6"
}
}
Loading

0 comments on commit fbe3d1f

Please sign in to comment.