create-rescript-app
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -68,3 +68,3 @@ #!/usr/bin/env node | ||
); | ||
execSync(`git clone --depth 1 ${basicRepo} ${projectPath}`); | ||
execSync(`git clone --depth 1 ${repoUrl} ${projectPath}`); | ||
process.chdir(projectPath); | ||
@@ -71,0 +71,0 @@ houseKeeping(); |
{ | ||
"name": "create-rescript-app", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Create ReScript apps with no build configuration.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4329