Comparing version 1.2.4 to 1.2.5
@@ -80,4 +80,4 @@ import fs from "fs"; | ||
fs.writeFileSync(inputPath, ""); | ||
getInput(config.year, dayNum, inputPath); | ||
} | ||
getInput(config.year, dayNum, inputPath); | ||
const files = getAllFiles("src"); | ||
@@ -84,0 +84,0 @@ if (config.language === "ts") { |
@@ -37,3 +37,3 @@ var __defProp = Object.defineProperty; | ||
"@types/node": "^16.11.6", | ||
aocrunner: "^1.2.4", | ||
aocrunner: "^1.2.5", | ||
prettier: "^2.4.1" | ||
@@ -40,0 +40,0 @@ }, |
{ | ||
"name": "aocrunner", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Advent of Code runner", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -103,5 +103,6 @@ import fs from "fs" | ||
fs.writeFileSync(inputPath, "") | ||
getInput(config.year, dayNum, inputPath) | ||
} | ||
getInput(config.year, dayNum, inputPath) | ||
const files = getAllFiles("src") | ||
@@ -108,0 +109,0 @@ |
@@ -21,3 +21,3 @@ import type { Setup } from "../types/common" | ||
"@types/node": "^16.11.6", | ||
aocrunner: "^1.2.4", | ||
aocrunner: "^1.2.5", | ||
prettier: "^2.4.1", | ||
@@ -24,0 +24,0 @@ }, |
67464