Skip to content

Commit

Permalink
feat(parser-openapi-json-3-1): 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 df0358f commit 9608f59
Showing 1 changed file with 1 addition and 0 deletions.
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-parser-apdater-openapi-json-3-1.browser.min.js",
"main": "./cjs/adapter.cjs",
"exports": {
Expand Down

0 comments on commit 9608f59

Please sign in to comment.