Skip to content

Commit

Permalink
chore: revert package name and github link
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Oct 8, 2024
1 parent 066cc7b commit bd078e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import fs from "fs";
import path from "path";
import ora from "ora";

const git_repo = "https://github.com/EjembiEmmanuel/Starknet-Scaffold.git";
const git_repo = "https://github.com/horuslabsio/Starknet-Scaffold.git";
const dojo_starter = "https://github.com/dojoengine/dojo-starter.git";

// convert libs to promises
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "test-create-starknet-app",
"name": "create-starknet-app",
"version": "0.5.0",
"description": "An open-source starknet development stack",
"bin": "./bin/cli.mjs",
Expand Down

0 comments on commit bd078e9

Please sign in to comment.