Skip to content

Commit

Permalink
release: create-app@v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 9, 2021
1 parent 98ba8b9 commit 5c0f0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-app/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/create-app",
"version": "2.5.1",
"version": "2.5.2",
"license": "MIT",
"author": "Evan You",
"files": [
Expand All @@ -12,7 +12,7 @@
},
"main": "index.js",
"scripts": {
"release": "node updateVersions && node ../../scripts/release.js --skipBuild"
"release": "node ../../scripts/release.js --skipBuild"
},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit 5c0f0a3

Please sign in to comment.