Skip to content

Commit

Permalink
mark all modules as sideeffect free (#230)
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 authored Jun 24, 2024
1 parent 96d6c5e commit 536aa10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"fmt-check": "prettier --check \"src/**/*.{ts,tsx,js,jsx}\"",
"build": "tsc && cp -r src/types ./lib/"
},
"sideEffects": false,
"author": "",
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit 536aa10

Please sign in to comment.