From: David Jencks Date: Sun, 10 May 2020 21:25:34 +0000 (-0700) Subject: add index.js so package is requireable, but not packable X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=12a4f4f38e91c491c629f01d10421016a8f80d10;p=eg-antora.git add index.js so package is requireable, but not packable --- 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.