Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #240 from derogab/dev
Browse files Browse the repository at this point in the history
v2.0.2
  • Loading branch information
derogab authored Sep 23, 2022
2 parents fff079b + dbcea94 commit 097ee22
Show file tree
Hide file tree
Showing 4 changed files with 2,011 additions and 1,876 deletions.
116 changes: 52 additions & 64 deletions daemon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "coingraph-daemon",
"version": "2.0.1",
"version": "2.0.2",
"author": "derogab",
"description": "A daemon for coingraph",
"license": "MIT",
"main": "app.js",
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"lowdb": "^1.0.0",
"minimist": "^1.2.6",
"socket.io": "^4.5.1"
"socket.io": "^4.5.2"
},
"scripts": {
"start": "node app.js"
Expand Down
Loading

0 comments on commit 097ee22

Please sign in to comment.