Skip to content

Commit

Permalink
fix: change packageJson sideEffects to boolean (#3435)
Browse files Browse the repository at this point in the history
Moving #3428
  • Loading branch information
sofisl authored Mar 12, 2024
1 parent 873b559 commit e9aabeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Google APIs Client Library for Node.js",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"sideEffects": "false",
"sideEffects": false,
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit e9aabeb

Please sign in to comment.