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",