forked from gadicc/node-yahoo-finance2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gadicc#752!: resolved missing data points.
BREAKING CHANGEs: - requires option module. - type is removed from data key.
- Loading branch information
1 parent
217032f
commit 6dea7f2
Showing
33 changed files
with
630 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"prettier.singleQuote": false, | ||
"prettier.quoteProps": "preserve", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1282,6 +1282,9 @@ | |
"type": { | ||
"type": "string" | ||
}, | ||
"module": { | ||
"type": "string" | ||
}, | ||
"merge": { | ||
"type": "boolean" | ||
}, | ||
|
Oops, something went wrong.