From 98f11eca8f1cda9949daa27733763cf2f6aa365d Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 29 Nov 2022 22:05:23 -0500 Subject: [PATCH] Now see if it will work as a create command. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6fa8a6f..ba06916 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { - "name": "npm-testing", + "name": "create-npm-testing", "version": "1.0.0", "description": "Testing npm install/create.", "main": "index.js", "bin": { - "setup-project": "index.js" + "create-npm-testing": "index.js", + "create": "index.js" }, "scripts": { "test": "test"