Skip to content

Commit

Permalink
Merge pull request #81 from timoschlueter/bugfix/heroku-deployments
Browse files Browse the repository at this point in the history
Bugfix for Heroku deployments
  • Loading branch information
timoschlueter authored Dec 22, 2022
2 parents 397cea3 + d42bc1b commit a2429c6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 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.9.0"
LABEL version="1.9.1"
LABEL description="Script written in JavaScript (Node) that uploads CGM readings from LibreLink Up to Nightscout"

# Create app directory
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"formation": {
"web": {
"quantity": 0,
"size": "free"
"size": "eco"
},
"worker": {
"quantity": 1,
"size": "free"
"size": "eco"
}
},
"env": {
Expand Down
24 changes: 15 additions & 9 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.9.0",
"version": "1.9.1",
"description": "Script written in JavaScript (Node) that uploads CGM readings from LibreLink Up to Nightscout",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/timoschlueter/nightscout-librelink-up#readme",
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.2.1",
"node-cron": "3.0.2",
"winston": "^3.8.2"
}
Expand Down

0 comments on commit a2429c6

Please sign in to comment.