Skip to content

Commit 392338a

Browse files
committed
chore:exchange source of rsbuild
1 parent ff04938 commit 392338a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bin/mika.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ const templates = {
5151
description: 'NestJS TypeScript 后端框架模板'
5252
},
5353
'rsbuild': {
54-
url: 'https://github.com/sxzz/vue-rsbuild',
55-
downloadUrl: 'http://github.com:sxzz/vue-rsbuild#main',
56-
description: 'Rsbuild 构建工具模板'
54+
url: 'https://github.com/DarylLi/mika-rsbuild-vue',
55+
downloadUrl: 'http://github.com:DarylLi/mika-rsbuild-vue#main',
56+
description: 'Rsbuild vue3 构建工具模板'
5757
},
5858
'esbuild': {
5959
url: 'https://github.com/ws18250840411/esbuild-react-demo',
@@ -67,7 +67,7 @@ const templates = {
6767
}
6868
};
6969

70-
program.version('1.0.1') // -v 或者 --version 输出版本号
70+
program.version('1.0.6') // -v 或者 --version 输出版本号
7171

7272
program
7373
.command('init <template> <project>')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mika-cli-webpack",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "react cli based webpack5",
55
"main": "index.js",
66
"author": "daryl",

0 commit comments

Comments
 (0)