Skip to content

Commit

Permalink
发布 0.1.1 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiAiAc committed Jan 30, 2024
1 parent 77e95cd commit 54049b2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 63 deletions.
2 changes: 1 addition & 1 deletion packages/create-electronup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-electronup",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"description": "创建electronup项目模板",
"author": "quiteer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-electronup/template/base/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"electron-builder": "^24.6.3",
<%_ }else{ -%>
<%_ } _%>
"electronup": "^0.1.0",
"electronup": "^0.1.1",
"eslint": "^8.43.0",
"sass": "^1.65.1",
"typescript": "^5.1.6"<%_ if(devDependencies.length !== 0){ _%>,<%_ } %>
Expand Down
7 changes: 3 additions & 4 deletions packages/electronup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electronup",
"version": "0.1.0",
"version": "0.1.1",
"description": "融合构建 electron 应用需要的构建工具,保留原有配置习惯的命令行工具 ",
"author": "quiteer",
"license": "MIT",
Expand Down Expand Up @@ -52,9 +52,8 @@
"kolorist": "^1.8.0",
"portfinder": "^1.0.32",
"prompts": "^2.4.2",
"tsup": "^7.2.0",
"tsup": "^7.3.0",
"vite": "^4.5.1",
"yaml": "^2.3.4"
},
"devDependencies": { }
}
}
Loading

0 comments on commit 54049b2

Please sign in to comment.