Skip to content

Commit

Permalink
[Breaking] remove full "lib" export; replace with explicit exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 24, 2020
1 parent d021e9d commit 3bb97f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -10,7 +10,9 @@
},
"./index.js"
],
"./lib/": "./lib/",
"./lib/default_stream": "./lib/default_stream.js",
"./lib/results": "./lib/results.js",
"./lib/test": "./lib/test.js",
"./package": "./package.json",
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 3bb97f1

Please sign in to comment.