create-tutorial
Advanced tools
Comparing version 0.0.1-alpha.3 to 0.0.1-alpha.4
@@ -6,2 +6,2 @@ #!/usr/bin/env node | ||
const tutorialKitEntryPoint = require.resolve('tutorialkit'); | ||
spawnSync('node', [tutorialKitEntryPoint, 'create'], { stdio: 'inherit' }); | ||
spawnSync('node', [tutorialKitEntryPoint, 'create', ...process.argv.slice(2)], { stdio: 'inherit' }); |
{ | ||
"name": "create-tutorial", | ||
"version": "0.0.1-alpha.3", | ||
"version": "0.0.1-alpha.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
1961