Skip to content

Commit 1fb80f8

Browse files
authored
Remove side-effects property in package.json (#135)
As it does not have a purpose when there's no imports and only a single default export.
1 parent 34cdb25 commit 1fb80f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,5 @@
119119
"@semantic-release/npm"
120120
]
121121
},
122-
"sideEffects": false,
123122
"typings": "typings/index.d.ts"
124123
}

0 commit comments

Comments
 (0)