We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df9cf53 + c588251 commit 0480e2dCopy full SHA for 0480e2d
index.js
@@ -65,7 +65,7 @@ async function main() {
65
`${templateName}`.blue,
66
`template\n`
67
);
68
- execSync(`git clone --depth 1 ${basicRepo} ${projectPath}`);
+ execSync(`git clone --depth 1 ${repoUrl} ${projectPath}`);
69
process.chdir(projectPath);
70
houseKeeping();
71
console.log(`\nHappy hacking!\n`);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-rescript-app",
3
- "version": "1.0.0",
+ "version": "1.2.0",
4
"description": "Create ReScript apps with no build configuration.",
5
"main": "index.js",
6
"scripts": {
0 commit comments