Skip to content

Commit

Permalink
fix(build): remove extra line at end of code blocks (vuejs#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 4, 2023
1 parent 399aeea commit a681fd1
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 111 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0-alpha.64",
"description": "Vite & Vue powered static site generator",
"type": "module",
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@8.1.1",
"main": "dist/node/index.js",
"types": "types/index.d.ts",
"exports": {
Expand Down Expand Up @@ -126,14 +126,14 @@
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.15.11",
"@types/prompts": "^2.4.3",
"@types/prompts": "^2.4.4",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"conventional-changelog-cli": "^2.2.2",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"enquirer": "^2.3.6",
"esbuild": "^0.17.14",
"esbuild": "^0.17.15",
"escape-html": "^1.0.3",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
Expand All @@ -156,7 +156,7 @@
"path-to-regexp": "^6.2.1",
"picocolors": "^1.0.0",
"pkg-dir": "^7.0.0",
"playwright-chromium": "^1.32.1",
"playwright-chromium": "^1.32.2",
"polka": "1.0.0-next.22",
"prettier": "^2.8.7",
"prompts": "^2.4.2",
Expand All @@ -170,7 +170,7 @@
"simple-git-hooks": "^2.8.1",
"sirv": "^2.0.2",
"supports-color": "^9.3.1",
"typescript": "^5.0.2",
"typescript": "^5.0.3",
"vitest": "^0.29.8",
"vue-tsc": "^1.3.2",
"wait-on": "^7.0.1"
Expand Down
Loading

0 comments on commit a681fd1

Please sign in to comment.