Skip to content

Commit

Permalink
Remove Node.js package export for ./dist/*compatibility
Browse files Browse the repository at this point in the history
We’re happy to make the `/dist` suffix a breaking change for v5
  • Loading branch information
colinrotherham committed May 16, 2023
1 parent 64a0037 commit 35e1a3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/govuk-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"import": "./dist/govuk-esm/all.mjs",
"require": "./dist/govuk/all.js"
},
"./package.json": "./package.json",
"./src/*": "./src/*",
"./*": "./dist/*"
"./*": "./*"
},
"sideEffects": [
"**/vendor/**"
Expand Down

0 comments on commit 35e1a3e

Please sign in to comment.