organize data into year/month directories

This commit is contained in:
2021-09-10 09:06:08 -04:00
parent debc6ac58f
commit 0bc216eb4a
70 changed files with 68 additions and 54 deletions
+3 -3
View File
@@ -5,14 +5,14 @@
"author": "Jake Jarvis <jake@jarv.is>",
"private": true,
"scripts": {
"daily": "node scripts/daily.js"
"snapshot": "node scripts/snapshot.js"
},
"dependencies": {
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"luxon": "^1.27.0",
"luxon": "^2.0.2",
"pkg-dir": "^5.0.0",
"prettier": "^2.3.2",
"simple-git": "^2.40.0"
"simple-git": "^2.45.1"
}
}