Skip to content

Commit

Permalink
add package.json with axios
Browse files Browse the repository at this point in the history
  • Loading branch information
beccaelenzil committed May 3, 2022
1 parent a468e54 commit 39fd2e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode
.DS_Store
.DS_Store
node_modules
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"axios": "^0.27.2"
}
}

0 comments on commit 39fd2e9

Please sign in to comment.