Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed May 27, 2023
1 parent 42dc950 commit ccb2951
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 1,401 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.0 (2023-05-27)

42dc950 refactor: use Vite instead unbuild
246cdfd feat(0.3.0): electron files
b1a194c feat(0.3.0): fully based on `create-vite` template
b6e5cb3 feat: template-react-ts, template-vanilla-ts, template-vue-ts

## 0.2.3 (2023-03-13)

#### Main Changed
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-electron-vite",
"version": "0.2.3",
"version": "0.3.0",
"type": "module",
"description": "Scaffolding Your Electron + Vite Project",
"license": "MIT",
Expand All @@ -19,8 +19,10 @@
"cev": "index.js"
},
"files": [
"index.js",
"dist"
"dist",
"electron",
"template-*",
"index.js"
],
"keywords": [
"electron",
Expand All @@ -29,23 +31,21 @@
"starter"
],
"scripts": {
"build": "unbuild",
"watch": "vite build --watch",
"build": "vite build",
"prepublishOnly": "npm run build",
"lint": "eslint .",
"test": "vitest run"
},
"dependencies": {
"fs-extra": "^11.1.0",
"kolorist": "^1.6.0",
"prompts": "^2.4.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.11.18",
"@types/prompts": "^2.4.2",
"execa": "^7.1.1",
"typescript": "^4.9.4",
"unbuild": "^1.0.2",
"vite": "^4.3.9",
"vitest": "^0.29.3"
},
"engines": {
Expand Down
Loading

0 comments on commit ccb2951

Please sign in to comment.