projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8db2030
)
add index.js so package is requireable, but not packable
author
David Jencks
<djencks@apache.org>
Sun, 10 May 2020 21:25:34 +0000
(14:25 -0700)
committer
David Jencks
<djencks@apache.org>
Sun, 10 May 2020 21:25:34 +0000
(14:25 -0700)
index.js
[new file with mode: 0644]
patch
|
blob
diff --git a/index.js
b/index.js
new file mode 100644
(file)
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.