Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Add npmignore and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
renefs committed Feb 23, 2021
1 parent 55e643b commit fc9b170
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
tests
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ console.log(prices);
# License

- Creator of the base module: [Rishi Masand](https://github.com/darthbatman)
- License: [MIT](./license)
- License: [MIT](./LICENSE)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yahoo-stock-prices-fetch",
"version": "1.4.1",
"version": "1.4.3",
"description": "Node.js API to get stock prices from Yahoo finance using Javascript fetch",
"main": "./out/index.js",
"types": "./out/index.d.ts",
Expand Down

0 comments on commit fc9b170

Please sign in to comment.