From 95999abdb7fe66089cd777ade5b1fd8377d4d20b Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 29 Nov 2022 18:31:55 -0500 Subject: [PATCH] Change the name since npm insists on it having the name create- --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd213d4..b21c125 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "npm-testing", + "name": "create-npm-testing", "version": "1.0.0", "description": "Testing npm install/create.", "main": "index.js",