Skip to content

Commit

Permalink
fix(reference): fix values of sideEffects fields of package.json (#2421)
Browse files Browse the repository at this point in the history
Refs #2289
  • Loading branch information
char0n authored Dec 29, 2022
1 parent f5419ea commit 726852f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apidom-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"type": "module",
"sideEffects": [
"./es/configuration/complete.js",
"./cjs/configuration/complete.cjs"
"./es/configuration/saturated.js",
"./cjs/configuration/saturated.cjs"
],
"unpkg": "./dist/apidom-reference.browser.min.js",
"browser": {
Expand Down

0 comments on commit 726852f

Please sign in to comment.