symlink a "latest.json" file to the freshest stats

This commit is contained in:
2024-09-30 10:30:29 -04:00
parent 16e2a7f87b
commit 075d8968c4
5 changed files with 123 additions and 14 deletions
+3 -4
View File
@@ -5,9 +5,8 @@
"snapshot": "node scripts/snapshot.js"
},
"dependencies": {
"date-fns": "^2.28.0",
"node-fetch": "^3.2.4",
"simple-git": "^3.7.1",
"write-json-file": "^5.0.0"
"date-fns": "^4.1.0",
"node-fetch": "^3.3.2",
"simple-git": "^3.27.0"
}
}