create-iolit
Advanced tools
Comparing version 2.7.2 to 2.7.3
@@ -121,3 +121,3 @@ #!/usr/bin/env node | ||
const templateDir = path.join(__dirname, `template-${template}`); | ||
const templateDir = path.join(__dirname, `template-${template.name}`); | ||
@@ -124,0 +124,0 @@ const write = (file, content) => { |
{ | ||
"name": "create-iolit", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "Create IOLIT apps with one command", | ||
@@ -5,0 +5,0 @@ "author": "Ivan jeremic", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14051