Skip to content

Commit

Permalink
Remove exports of ./lib/* as majro version and exports changes requir…
Browse files Browse the repository at this point in the history
…e consumer updates anyway
  • Loading branch information
craigbeck committed Oct 11, 2023
1 parent 08bd44a commit 1ede576
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./components": "./dist/components.js",
"./parsing": "./dist/parsing/index.js",
"./templates": "./dist/templates/index.js",
"./App": "./dist/App.js",
"./lib/App": "./dist/App.js",
"./AppForServer": "./dist/AppForServer.js",
"./lib/components": "./dist/components.js",
"./lib/Page": "./dist/Page.js",
"./Page": "./dist/Page.js",
"./test-utils": "./test-utils/index.js",
"./test-utils/*": "./test-utils/*.js"
},
Expand Down

0 comments on commit 1ede576

Please sign in to comment.