fix(svg-core): Mark css as having side effects

This commit is contained in:
Gert Sallaerts 2022-02-08 14:48:51 +01:00 committed by GitHub
parent 65f4bdb502
commit f8ba839414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,9 +90,10 @@
},
"sideEffects": [
"./index.js",
"./index.es.js"
"./index.es.js",
"./styles.css"
],
"scripts": {
"postinstall": "node attribution.js"
}
}
}