feat: small bug...
This commit is contained in:
parent
8373956717
commit
727b1c5b62
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ module.exports.stats = function(config, day_path) {
|
||||||
|
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(
|
||||||
path.join(__dirname, "..", "stats.json"),
|
path.join(__dirname, "..", "stats.json"),
|
||||||
JSON.stringify(package_json, null, 4));
|
JSON.stringify(stats, null, 4));
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.package_json = function(config, day_path) {
|
module.exports.package_json = function(config, day_path) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue