Skip to content

Commit

Permalink
feat(ns-api-design-systems): add sideEffects field to package.json
Browse files Browse the repository at this point in the history
Refs #2566
  • Loading branch information
char0n committed Feb 16, 2023
1 parent 85d32e9 commit 24c0fe3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/apidom-ns-api-design-systems/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"registry": "https://npm.pkg.github.com"
},
"type": "module",
"sideEffects": [
"./es/refractor/registration.js",
"./cjs/refractor/registration.cjs"
],
"unpkg": "./dist/apidom-ns-api-design-systems.browser.min.js",
"main": "./cjs/index.cjs",
"exports": {
Expand Down

0 comments on commit 24c0fe3

Please sign in to comment.