Skip to content

Commit

Permalink
fix: mark package as side-effect-free
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed Jan 2, 2022
1 parent 6757764 commit e2f7327
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 @@ -2,6 +2,7 @@
"name": "@nrsk/sigma",
"version": "1.4.0",
"description": "TypeScript parser combinator library for building fast and convenient parsers.",
"sideEffects": false,
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts",
Expand Down

0 comments on commit e2f7327

Please sign in to comment.