Create now checks out the real repository at bandolier-template.

master
Zed A. Shaw 1 year ago
parent 1f472d7256
commit b164a9091f
  1. 2
      commands/create.js
  2. 2
      package.json

@ -2,7 +2,7 @@ import fs from "fs/promises";
import { mkdir_to, exec_i } from "../lib/builderator.js";
import { log } from "../lib/logging.js";
export const BANDO_GIT = "https://git.learnjsthehardway.com/learn-javascript-the-hard-way/ljsthw-bandolier.git";
export const BANDO_GIT = "https://git.learnjsthehardway.com/learn-javascript-the-hard-way/bandolier-template.git";
export const description = "Test command.";

@ -1,6 +1,6 @@
{
"name": "ljsthw-bandolier",
"version": "0.1.2",
"version": "0.1.3",
"description": "Generates projects using the Bandolier educational framework.",
"main": "bando.js",
"bin": {

Loading…
Cancel
Save