Comparing version 1.0.2 to 1.0.3
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
// Vars | ||
const PackageData = JSON.parse(fs.readFileSync("../package.json", "utf-8")); | ||
const PackageData = JSON.parse(fs.readFileSync("../../package.json", "utf-8")); | ||
// Program Data | ||
@@ -11,0 +11,0 @@ program |
{ | ||
"name": "concat-lua", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Concatenates many lua files together, wrapped each one within a `do` block.", | ||
@@ -5,0 +5,0 @@ "exports": "./lib/index.js", |
@@ -11,3 +11,3 @@ #!/usr/bin/env node | ||
// Vars | ||
const PackageData = JSON.parse(fs.readFileSync("../package.json", "utf-8")) | ||
const PackageData = JSON.parse(fs.readFileSync("../../package.json", "utf-8")) | ||
@@ -14,0 +14,0 @@ // Program Data |
Sorry, the diff of this file is not supported yet
17077