Skip to content

Commit b8e1daa

Browse files
committed
refactor: use named imports instead of default imports
1 parent 3502d5c commit b8e1daa

File tree

3 files changed

+1243
-1006
lines changed

3 files changed

+1243
-1006
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@selemondev/create-vue3-app",
2+
"name": "@selemondev/create-vue",
33
"version": "0.0.3",
44
"description": "The Next Generation Vue Scaffolding Tool ✨",
55
"type": "module",
@@ -57,8 +57,8 @@
5757
"ejs": "^3.1.9",
5858
"fs-extra": "^11.2.0",
5959
"prompts": "^2.4.2",
60-
"ora": "^8.0.1",
6160
"prettier": "^3.2.5",
61+
"ora": "^8.0.1",
6262
"validate-npm-package-name": "^5.0.0"
6363
}
6464
}

0 commit comments

Comments
 (0)