Skip to content

Commit 6e65419

Browse files
committed
fix(pkg): sideEffects should be boolean
1 parent 645ecbf commit 6e65419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Grab full URL from request",
55
"repository": "nuxt-contrib/requrl",
66
"license": "MIT",
7-
"sideEffects": "false",
7+
"sideEffects": false,
88
"main": "dist/requrl.js",
99
"module": "dist/requrl.mjs",
1010
"types": "dist/requrl.d.ts",

0 commit comments

Comments
 (0)