Skip to content

Commit 5f77790

Browse files
authored
fix: project name with only numbers should be treated as string (#203)
Fixes #201 Closes #202
1 parent 5b2ef7e commit 5f77790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ async function init() {
7878
'with-tests': ['tests'],
7979
router: ['vue-router']
8080
},
81+
string: ['_'],
8182
// all arguments are treated as booleans
8283
boolean: true
8384
})

0 commit comments

Comments
 (0)