From 866c39dbf42d8dc5574167353b426e794665609d Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 5 Aug 2024 16:57:16 -0700 Subject: [PATCH] add npmignore to avoid publishing bats-assert/support --- .npmignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..6d19cde --- /dev/null +++ b/.npmignore @@ -0,0 +1,5 @@ +node_modules/ +sandboxrepo +git-open.1 +bats-assert +bats-support \ No newline at end of file