Skip to content

Commit

Permalink
bumps version and updates yahoo-finance2 to fix api error
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hmmr committed May 9, 2023
1 parent 8bfda56 commit 59d4685
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 12 deletions.
110 changes: 100 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terminal-stocks",
"version": "1.0.15",
"version": "1.0.16",
"description": "Fetch stock price information on terminal",
"main": "index.js",
"bin": {
Expand All @@ -17,7 +17,7 @@
"express": "^4.15.4",
"jsonexport": "^3.2.0",
"request": "^2.88.0",
"yahoo-finance2": "^2.3.10",
"yahoo-finance2": "2.4.1",
"yargs": "^16.1.1"
},
"scripts": {
Expand Down

0 comments on commit 59d4685

Please sign in to comment.