Skip to content

Commit

Permalink
Fixes crash due to node-cron dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschlueter committed Jun 14, 2022
1 parent 408412a commit 90b710c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18

LABEL version="1.7.0"
LABEL version="1.7.1"
LABEL description="Script written in JavaScript (Node) that uploads CGM readings from LibreLink Up to Nightscout"

# Create app directory
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightscout-librelink-up",
"version": "1.7.0",
"version": "1.7.1",
"description": "Script written in JavaScript (Node) that uploads CGM readings from LibreLink Up to Nightscout",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/timoschlueter/nightscout-librelink-up#readme",
"dependencies": {
"axios": "^0.27.2",
"node-cron": "^3.0.0",
"node-cron": "3.0.0",
"winston": "^3.7.2"
}
}

0 comments on commit 90b710c

Please sign in to comment.