From 12a4f4f38e91c491c629f01d10421016a8f80d10 Mon Sep 17 00:00:00 2001 From: David Jencks Date: Sun, 10 May 2020 14:25:34 -0700 Subject: [PATCH] add index.js so package is requireable, but not packable --- index.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..5e8208e --- /dev/null +++ b/index.js @@ -0,0 +1,4 @@ +'use strict' + +// This placeholder script allows this package to be discovered using require.resolve. +// It may be used in the future to export information about the files in this UI. -- 2.11.0