Skip to content

Commit

Permalink
feat(ast): 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 a29bbaf commit 325e3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apidom-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"registry": "https://npm.pkg.github.com"
},
"type": "module",
"sideEffects": false,
"unpkg": "./dist/apidom.ast.min.js",
"main": "./cjs/index.cjs",
"exports": {
Expand Down

0 comments on commit 325e3e3

Please sign in to comment.