Skip to content

Commit

Permalink
Merge pull request #40 from arjunyel/patch-1
Browse files Browse the repository at this point in the history
Mark sideEffects as false
  • Loading branch information
perry-mitchell authored Aug 2, 2024
2 parents c84691d + b55de0c commit fa27a5b
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 @@ -53,6 +53,7 @@
},
"react-native": "./dist/browser/index.cjs",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"bench": "npm run build && node test/benchmark.js",
"build": "run-s clean build:node:cjs build:node:esm build:browser:cjs build:browser:esm build:types",
Expand Down

0 comments on commit fa27a5b

Please sign in to comment.