From 3bb8fa35a5672bab0437a4a3870c744a4ea7dadb Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 1 Dec 2022 10:13:30 -0500 Subject: [PATCH] Settling on this name instead. --- package-lock.json | 9 ++++----- package.json | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2bcea07..f8b0722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { - "name": "create-npm-testing", + "name": "ljsthw-bandolier", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "create-npm-testing", + "name": "ljsthw-bandolier", "version": "1.0.0", - "license": "0BSD", + "license": "All Rights Reserved", "dependencies": { "ava": "^5.1.0", "commander": "^9.4.1", @@ -16,8 +16,7 @@ "pino-pretty": "^9.1.1" }, "bin": { - "create": "index.js", - "create-npm-testing": "index.js" + "bando-up": "bando.js" } }, "node_modules/@nodelib/fs.scandir": { diff --git a/package.json b/package.json index 2832b6e..366b117 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "create-npm-testing", + "name": "ljsthw-bandolier", "version": "1.0.0", "description": "Generates projects using the Bandolier educational framework.", "main": "bando.js", @@ -12,10 +12,10 @@ "type": "module", "repository": { "type": "git", - "url": "git@git.learnjsthehardway.com:zedshaw/npm-testing.git" + "url": "https://git.learnjsthehardway.com/learn-javascript-the-hard-way/ljsthw-bandolier.git" }, "keywords": [ - "testing" + "installer" ], "author": "Zed A. Shaw", "license": "All Rights Reserved",