Skip to content

Commit

Permalink
fix: package.json sideEffects field should be a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer authored Feb 2, 2024
1 parent 03b81c9 commit 8bf347c
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 8bf347c

Please sign in to comment.