Skip to content

Commit

Permalink
set sideEffects: false in package.json to allow the module to be tree…
Browse files Browse the repository at this point in the history
…-shaken if not used
  • Loading branch information
shauntc committed Apr 24, 2021
1 parent 4c33d11 commit 7984748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -81,5 +81,6 @@
"bugs": {
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
},
"homepage": "https://github.com/taoqf/node-fast-html-parser"
"homepage": "https://github.com/taoqf/node-fast-html-parser",
"sideEffects": false
}

0 comments on commit 7984748

Please sign in to comment.