diff options
| author | DivisionByZero <[email protected]> | 2024-04-11 08:33:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-11 08:33:15 +0200 |
| commit | fb65976acb1003f441a35afafbd87204eca0e2d7 (patch) | |
| tree | 741cf63d0fe52947fce23e3f14e1e8ad8b3526fc /package.json | |
| parent | 200a38e76efc27e32f716472bdc4f4d39eff60d1 (diff) | |
| download | faker-fb65976acb1003f441a35afafbd87204eca0e2d7.tar.xz faker-fb65976acb1003f441a35afafbd87204eca0e2d7.zip | |
fix: tree-shaking (#2790)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 9ad118ff..88e83fab 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@faker-js/faker", "version": "8.4.1", "description": "Generate massive amounts of fake contextual data", + "sideEffects": false, "keywords": [ "faker", "faker.js", |
