create-smart-link-app
Advanced tools
Comparing version
@@ -121,2 +121,3 @@ /*eslint-disable*/ | ||
let isWorkspaces = false; | ||
if (templateToInstall === 'shared' || templateToInstall === 's') { | ||
@@ -126,2 +127,4 @@ templateToInstall = '@smart-link/template-shared'; | ||
templateToInstall = '@smart-link/template-container'; | ||
} else if (templateToInstall === 'starter') { | ||
templateToInstall = '@smart-link/template-starter'; | ||
} else if (templateToInstall === 'workspaces' || templateToInstall === 'w') { | ||
@@ -128,0 +131,0 @@ templateToInstall = '@smart-link/template-workspaces'; |
{ | ||
"name": "create-smart-link-app", | ||
"coment": "@smart-link/create-app", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "keywords": [ |
17338
0.69%381
0.53%