Skip to content

Commit 6c7ee54

Browse files
committed
Added uuid module to dependencies
1 parent 7820db5 commit 6c7ee54

File tree

3 files changed

+33
-12
lines changed

3 files changed

+33
-12
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![NPM Downloads](https://img.shields.io/npm/dt/algotrader.svg?style=flat-square)](https://www.npmjs.com/package/algotrader)
88
[![GitHub Commit](https://img.shields.io/github/last-commit/Ladinn/algotrader.svg?style=flat-square)](https://github.com/Ladinn/algotrader)
99
[![GitHub Issues](https://img.shields.io/github/issues/Ladinn/algotrader.svg?style=flat-square)](https://github.com/Ladinn/algotrader/issues)
10+
[![GitHub Stars](https://img.shields.io/github/stars/Ladinn/algotrader.svg?style=flat-square)](https://github.com/Ladinn/algotrader)
1011
[![Discord](https://img.shields.io/discord/551040132476567563.svg?style=flat-square&logo=discord)](https://discord.gg/RAtwEXc)
1112

1213
---

package-lock.json

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "algotrader",
33
"version": "2.4.3",
44
"description": "Algorithmically trade stocks and options using Robinhood, Yahoo Finance, and more.",
5-
"main": "index.js",
5+
"main": "./index.js",
66
"scripts": {
77
"test": "ava"
88
},
@@ -45,6 +45,7 @@
4545
"prompt": "^1.0.0",
4646
"request": "^2.88.0",
4747
"socket.io-client": "^2.1.0",
48+
"uuid": "^3.3.2",
4849
"xml-js": "^1.6.2"
4950
},
5051
"devDependencies": {

0 commit comments

Comments
 (0)