Skip to content

Commit

Permalink
Merge pull request #63 from timoschlueter/feature/dependency-update
Browse files Browse the repository at this point in the history
Removed unused moment.js dependency
  • Loading branch information
timoschlueter authored Aug 28, 2022
2 parents d95487a + a82e137 commit 5690684
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 28 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.8.1"
LABEL version="1.8.2"
LABEL description="Script written in JavaScript (Node) that uploads CGM readings from LibreLink Up to Nightscout"

# Create app directory
Expand Down
40 changes: 16 additions & 24 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightscout-librelink-up",
"version": "1.8.1",
"version": "1.8.2",
"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",
"winston": "^3.7.2"
"node-cron": "3.0.2",
"winston": "^3.8.1"
}
}

0 comments on commit 5690684

Please sign in to comment.