Skip to content

Commit

Permalink
chore: remove sideEffects from analyze (#1444)
Browse files Browse the repository at this point in the history
This PR removes the `sideEffects` from analyze's `package.json`. This is unused and is an artefact from when we used to use wasm-bindgen.
  • Loading branch information
e-moran authored Aug 29, 2024
1 parent 0319412 commit 572aaa0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions analyze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
"pretest": "npm run build",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests"
},
"sideEffects": [
"./wasm/arcjet_analyze_js_req_bg.js"
],
"dependencies": {
"@arcjet/protocol": "1.0.0-alpha.22"
},
Expand Down

0 comments on commit 572aaa0

Please sign in to comment.