Skip to content

Commit 29b87ee

Browse files
antfuShinigami92
andauthored
Update packages/create-app/index.js
Co-authored-by: Shinigami <chrissi92@hotmail.de>
1 parent 9c749a0 commit 29b87ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const FRAMEWORKS = [
118118
]
119119

120120
const TEMPLATES = FRAMEWORKS.map(
121-
(i) => (i.variants && i.variants.map((v) => v.name)) || [i.name]
121+
(f) => (f.variants && f.variants.map((v) => v.name)) || [f.name]
122122
).reduce((a, b) => a.concat(b), [])
123123

124124
const renameFiles = {

0 commit comments

Comments
 (0)