Skip to content

Commit 9675ef6

Browse files
committed
Mark this package as side-effect free, because it does not affect the target environment and does not contain any state outside of Encoder instances.
1 parent c5aa045 commit 9675ef6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.4.0",
44
"description": "Encode FormData content into the multipart/form-data format",
55
"repository": "octet-stream/form-data-encoder",
6+
"sideEffects": false,
67
"keywords": [
78
"form-data",
89
"encoder",

0 commit comments

Comments
 (0)