Comparing version 1.0.5 to 1.0.6
@@ -203,3 +203,3 @@ #!/usr/bin/env node | ||
const result = prompt( | ||
"Your save file is corrupt or missing, do you wish to create a new one?", | ||
"Your save file is corrupt or missing, do you wish to create a new one? ", | ||
); | ||
@@ -255,3 +255,3 @@ if (resultIsYes(result)) { | ||
const result = prompt( | ||
"Your ignore file is corrupt or missing, do you wish to create a new one?", | ||
"Your ignore file is corrupt or missing, do you wish to create a new one? ", | ||
); | ||
@@ -258,0 +258,0 @@ if (resultIsYes(result)) { |
{ | ||
"name": "node-lode", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"preferGlobal": true, | ||
@@ -5,0 +5,0 @@ "bin": { |
7963