Skip to content

Commit a376f9d

Browse files
committed
feat: 🎸 (deps) update svg-to-ts to v7
BREAKING CHANGE: 🧨 Update svg-to-ts to v7
1 parent c71fdba commit a376f9d

File tree

5 files changed

+279
-1212
lines changed

5 files changed

+279
-1212
lines changed

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ In our example we call it `generate-icons`. You then need to specify the followi
4545
"typeName": "dinosaurIcon",
4646
"prefix": "dinosaurIcon",
4747
"svgoConfig": {
48-
"plugins": [
49-
{
50-
"cleanupAttrs": true
51-
}
52-
]
48+
"plugins": ["cleanupAttrs"]
5349
}
5450
}
5551
}
@@ -80,11 +76,7 @@ In our example we call it `generate-icons`. You then need to specify the followi
8076
"modelFileName": "dinosaur-icons",
8177
"barrelFileName": "index",
8278
"svgoConfig": {
83-
"plugins": [
84-
{
85-
"cleanupAttrs": true
86-
}
87-
]
79+
"plugins": ["cleanupAttrs"]
8880
},
8981
"compileSources": true
9082
}
@@ -106,11 +98,7 @@ In our example we call it `generate-icons`. You then need to specify the followi
10698
"fileName": "dinosaur-icons",
10799
"objectName": "dinosaur-icons",
108100
"svgoConfig": {
109-
"plugins": [
110-
{
111-
"cleanupAttrs": true
112-
}
113-
]
101+
"plugins": ["cleanupAttrs"]
114102
},
115103
"compileSources": true
116104
}

0 commit comments

Comments
 (0)