Skip to content

Commit

Permalink
Remove side effects from package.json
Browse files Browse the repository at this point in the history
Since we’ve now removed the last of the polyfills in the vendor directory, I believe we can remove this from our `package.json`.
  • Loading branch information
36degrees committed Jul 5, 2023
1 parent 6a8fb79 commit a2b5b2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/govuk-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"./govuk-prototype-kit.config.json": "./govuk-prototype-kit.config.json",
"./package.json": "./package.json"
},
"sideEffects": [
"**/vendor/**"
],
"engines": {
"node": ">= 4.2.0"
},
Expand Down

0 comments on commit a2b5b2c

Please sign in to comment.