add index.js so package is requireable, but not packable

This commit is contained in:
David Jencks
2020-05-10 14:25:34 -07:00
parent 8db203031f
commit 12a4f4f38e

4
index.js Normal file
View File

@@ -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.