mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore(package): set sideEffects to false
This commit is contained in:
parent
790fbbf9c6
commit
f87fab97c6
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
||||||
"carbon-icons-svelte": "^10.8.2",
|
"carbon-icons-svelte": "^10.8.2",
|
||||||
"flatpickr": "^4.6.3"
|
"flatpickr": "^4.6.3"
|
||||||
},
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"carbon-components": "^10.9.0",
|
||||||
|
"carbon-icons-svelte": "^10.8.2"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.7.4",
|
"@babel/core": "^7.7.4",
|
||||||
"@babel/preset-env": "^7.7.4",
|
"@babel/preset-env": "^7.7.4",
|
||||||
|
@ -56,6 +60,7 @@
|
||||||
"email": "eric.young.liu@ibm.com"
|
"email": "eric.young.liu@ibm.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"sideEffects": false,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10",
|
"node": ">=10",
|
||||||
"yarn": ">=1"
|
"yarn": ">=1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue