Skip to content

Commit

Permalink
chore: mark side effect free
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Jun 26, 2024
1 parent ec6acec commit ac932cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/scrcpy-decoder-tinyh264/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"type": "module",
"main": "esm/index.js",
"types": "esm/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "tsc -b tsconfig.build.json",
"build:watch": "tsc -b tsconfig.build.json",
Expand Down

0 comments on commit ac932cc

Please sign in to comment.