Skip to content

Commit

Permalink
Axios
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 18, 2021
1 parent b739dcb commit b472faa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ node_modules
build
dist
.vscode
# Tests
config.json
22 changes: 22 additions & 0 deletions app/package-lock.json

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

2 changes: 2 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"homepage": "https://github.com/ArthurFiorette/steam-trader#readme",
"dependencies": {
"axios": "^0.21.1",
"colors": "^1.4.0",
"steam-totp": "^2.1.1",
"steam-tradeoffer-manager": "^2.10.2",
Expand All @@ -30,6 +31,7 @@
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-typescript": "^7.13.0",
"@types/axios": "^0.14.0",
"@types/node": "^14.14.35",
"@types/steam-totp": "^2.1.0",
"typescript": "^4.2.3"
Expand Down

0 comments on commit b472faa

Please sign in to comment.