@dojoengine/create-dojo
Advanced tools
Comparing version 0.7.0-alpha.2 to 0.7.0
@@ -86,4 +86,3 @@ #!/usr/bin/env node | ||
validate: (input2) => { | ||
if (/^([A-Za-z\-\_\d])+$/.test(input2)) | ||
return true; | ||
if (/^([A-Za-z\-\_\d])+$/.test(input2)) return true; | ||
else | ||
@@ -90,0 +89,0 @@ return "Project name may only include letters, numbers, underscores and hashes."; |
{ | ||
"name": "@dojoengine/create-dojo", | ||
"version": "0.7.0-alpha.2", | ||
"version": "0.7.0", | ||
"description": "Scaffold Dojo project from examples", | ||
@@ -27,3 +27,3 @@ "module": "index.ts", | ||
}, | ||
"gitHead": "7a9417eae76e79c1b06d30f5a10b325a14aec4fb" | ||
"gitHead": "2f1551984c77d1a363366a3b3378ff88029bd538" | ||
} |
Sorry, the diff of this file is not supported yet
24078
263