Comparing version 0.0.1 to 0.0.2
@@ -40,3 +40,3 @@ var __create = Object.create; | ||
type: ({ results }) => p.select({ | ||
message: `Pick a project template"`, | ||
message: `Pick a project template`, | ||
initialValue: "dapp", | ||
@@ -51,7 +51,7 @@ options: [ | ||
path: () => p.text({ | ||
message: "Where should we create your project?", | ||
message: "Name your project", | ||
placeholder: "your-dapp", | ||
validate: (value) => { | ||
if (!value) | ||
return "Please enter a path."; | ||
return "Please enter a name."; | ||
} | ||
@@ -58,0 +58,0 @@ }), |
{ | ||
"name": "fisand", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "My awesome typescript library", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
5594