Skip to content

Commit

Permalink
feat(ns-openapi-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 fe4e2f1 commit b9513d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/apidom-ns-openapi-3-1/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-openapi-3-1.browser.min.js",
"main": "./cjs/index.cjs",
"exports": {
Expand Down

0 comments on commit b9513d4

Please sign in to comment.