Comparing version 0.2.16 to 0.2.17
@@ -14,3 +14,3 @@ import { execSync } from "child_process"; | ||
import prettierignoreTXT from "../configs/prettierignoreTXT.js"; | ||
import aocrunnerJSON from "../configs/aocrunnerJSON.js"; | ||
import runnerJSON from "../configs/runnerJSON.js"; | ||
const dirname = path.dirname(fileURLToPath(import.meta.url)); | ||
@@ -31,3 +31,3 @@ const init = async () => { | ||
save(dir, ".prettierignore", prettierignoreTXT(setup)); | ||
save(dir, ".aocrunner.json", aocrunnerJSON(setup)); | ||
save(dir, ".aocrunner.json", runnerJSON(setup)); | ||
if (setup.language === "ts") { | ||
@@ -34,0 +34,0 @@ save(dir, "tsconfig.json", tsconfigJSON(setup)); |
@@ -32,3 +32,3 @@ var __defProp = Object.defineProperty; | ||
"@types/node": "^16.11.6", | ||
aocrunner: "^0.2.16" | ||
aocrunner: "^0.2.17" | ||
}, | ||
@@ -35,0 +35,0 @@ dependencies: {}, |
{ | ||
"name": "aocrunner", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"description": "Advent of Code runner", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -14,3 +14,3 @@ import { execSync } from "child_process" | ||
import prettierignoreTXT from "../configs/prettierignoreTXT.js" | ||
import aocrunnerJSON from "../configs/aocrunnerJSON.js" | ||
import runnerJSON from "../configs/runnerJSON.js" | ||
@@ -40,3 +40,3 @@ import type { Setup } from "../types/common" | ||
save(dir, ".prettierignore", prettierignoreTXT(setup)) | ||
save(dir, ".aocrunner.json", aocrunnerJSON(setup)) | ||
save(dir, ".aocrunner.json", runnerJSON(setup)) | ||
@@ -43,0 +43,0 @@ if (setup.language === "ts") { |
@@ -20,3 +20,3 @@ import type { Setup } from "../types/common" | ||
"@types/node": "^16.11.6", | ||
aocrunner: "^0.2.16", | ||
aocrunner: "^0.2.17", | ||
}, | ||
@@ -23,0 +23,0 @@ dependencies: {}, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
62885
89
1307