From fc9b1709de000b9bbe9790b0fa650d09c6446afc Mon Sep 17 00:00:00 2001 From: Rene Fernandez Sanchez Date: Tue, 23 Feb 2021 20:00:15 +0100 Subject: [PATCH] Add npmignore and update version --- .npmignore | 2 ++ README.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..712e146 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +node_modules +tests \ No newline at end of file diff --git a/README.md b/README.md index 4038532..0ed48c0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 53cb4c3..cdbf470 100644 --- a/package.json +++ b/package.json @@ -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",