Skip to content

Commit 3bb97f1

Browse files
committed
[Breaking] remove full "lib" export; replace with explicit exports
1 parent d021e9d commit 3bb97f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
},
1111
"./index.js"
1212
],
13-
"./lib/": "./lib/",
13+
"./lib/default_stream": "./lib/default_stream.js",
14+
"./lib/results": "./lib/results.js",
15+
"./lib/test": "./lib/test.js",
1416
"./package": "./package.json",
1517
"./package.json": "./package.json"
1618
},

0 commit comments

Comments
 (0)