Skip to content

Commit

Permalink
Merge pull request #7 from paulmillr/sideef
Browse files Browse the repository at this point in the history
Add sideEffects: false
  • Loading branch information
paulmillr authored Jun 13, 2024
2 parents 2b6bf5e + 784df35 commit 601f8d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "micro-packed",
"version": "0.6.3",
"description": "Define complex binary structures using composable primitives",
"dependencies": {
"@scure/base": "~1.1.5"
},
"files": [
"lib/index.js",
"lib/index.d.ts",
Expand Down Expand Up @@ -29,9 +32,7 @@
"default": "./lib/debugger.js"
}
},
"dependencies": {
"@scure/base": "~1.1.5"
},
"sideEffects": false,
"scripts": {
"bench": "node benchmark/index.js noble",
"bench:all": "node benchmark/index.js",
Expand Down

0 comments on commit 601f8d0

Please sign in to comment.