Skip to content

Commit

Permalink
refactor: use named imports instead of default imports
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Sep 2, 2024
1 parent 3502d5c commit b8e1daa
Show file tree
Hide file tree
Showing 3 changed files with 1,243 additions and 1,006 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@selemondev/create-vue3-app",
"name": "@selemondev/create-vue",
"version": "0.0.3",
"description": "The Next Generation Vue Scaffolding Tool ✨",
"type": "module",
Expand Down Expand Up @@ -57,8 +57,8 @@
"ejs": "^3.1.9",
"fs-extra": "^11.2.0",
"prompts": "^2.4.2",
"ora": "^8.0.1",
"prettier": "^3.2.5",
"ora": "^8.0.1",
"validate-npm-package-name": "^5.0.0"
}
}
Loading

0 comments on commit b8e1daa

Please sign in to comment.