Skip to content

Commit 3e0376b

Browse files
committed
[meta] add sideEffects flag
1 parent dcdbfde commit 3e0376b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.0.1",
44
"description": "Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.",
55
"main": "index.js",
6-
"type": "commonjs",
76
"exports": {
87
".": "./index.js",
98
"./package.json": "./package.json"
109
},
10+
"sideEffects": false,
1111
"scripts": {
1212
"prepack": "npmignore --auto --commentLines=autogenerated",
1313
"prepublishOnly": "safe-publish-latest",

0 commit comments

Comments
 (0)