From 87c76f58c2f52f2cfc633aaad97801a36e769fee Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Thu, 26 Sep 2024 20:29:57 +0100 Subject: [PATCH] fix: adjust package.json bin so npx styled-map-package works I think this is the fix that is needed so that this command can be run from npx --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 74ed465..f9b7b55 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "./download": "./lib/download.js" }, "bin": { + "styled-map-package": "./bin/smp.js", "smp": "./bin/smp.js" }, "type": "module",