From 22b449077794401f0588b6f3eca57b3147e67233 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 29 Nov 2022 21:24:18 -0500 Subject: [PATCH] Looks like you have to name it the same as the create package name? --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b21c125..7288553 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "test", - "create": "echo TEST > test.html" + "create-npm-test": "echo TEST > test.html" }, "repository": { "type": "git",