Skip to content

Commit 0efea95

Browse files
authored
fix: signal to webpack that there's no side effects (#705)
1 parent 4513139 commit 0efea95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"prepublishOnly": "unset npm_config_cafile && yarn build",
3232
"typecheck": "tsc --noEmit && tsc --noEmit -p tests/typescript"
3333
},
34+
"sideEffects": false,
35+
"typings": "typings/index.d.ts",
3436
"dependencies": {
3537
"compute-scroll-into-view": "^1.0.12"
3638
},
@@ -138,6 +140,5 @@
138140
"prepare": [
139141
"@semantic-release/npm"
140142
]
141-
},
142-
"typings": "typings/index.d.ts"
143+
}
143144
}

0 commit comments

Comments
 (0)