From e917512fb97874487b34e57846a313e5531fdb3f Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Mon, 2 Mar 2026 23:12:02 -0500 Subject: [PATCH] Don't publish cache --- .npmignore | 13 ------------- package.json | 4 ++++ 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 .npmignore diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 390ccd2..0000000 --- a/.npmignore +++ /dev/null @@ -1,13 +0,0 @@ -.c8rc -.editorconfig -.github/ -.mocharc.cjs -.ncurc -.vscode/ -coverage/ -eslint.config.js -test/ -tools/ -tsconfig.json -typedoc.config.cjs -docs/ diff --git a/package.json b/package.json index 8634eff..47c8fac 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "main": "lib/index.js", "type": "module", "types": "types/index.d.ts", + "files": [ + "lib", + "types" + ], "repository": { "type": "git", "url": "git+https://github.com/cto-af/string-width.git"