Skip to content

Commit 0480e2d

Browse files
authored
Merge pull request #3 from mahezsh/updated-version-and-bugfix
Updated version and repoUrl
2 parents df9cf53 + c588251 commit 0480e2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function main() {
6565
`${templateName}`.blue,
6666
`template\n`
6767
);
68-
execSync(`git clone --depth 1 ${basicRepo} ${projectPath}`);
68+
execSync(`git clone --depth 1 ${repoUrl} ${projectPath}`);
6969
process.chdir(projectPath);
7070
houseKeeping();
7171
console.log(`\nHappy hacking!\n`);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rescript-app",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"description": "Create ReScript apps with no build configuration.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)