Skip to content

Commit

Permalink
chore: sideEffect 속성 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnlee committed May 16, 2024
1 parent da03f81 commit c39f1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/hwp.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"module": "./build/esm.js",
"types": "./build/index.d.ts"
},
"siseEffect": false,
"sideEffect": false,
"repository": {
"type": "git",
"url": "https://github.com/hahnlee/hwp.js.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
"siseEffect": false,
"sideEffect": false,
"publishConfig": {
"main": "./build/cjs.js",
"module": "./build/esm.js",
Expand Down

0 comments on commit c39f1d4

Please sign in to comment.