Skip to content

Commit

Permalink
Update edge-channel-docs with non-rc nuxt version (nuxt#9171)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter authored Nov 18, 2022
1 parent a4768fd commit d2ead6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Update `nuxt` dependency inside `package.json`:
```diff [package.json]
{
"devDependencies": {
-- "nuxt": "^3.0.0-rc.1"
-- "nuxt": "^3.0.0"
++ "nuxt": "npm:nuxt3@latest"
}
}
Expand All @@ -40,7 +40,7 @@ Update `nuxt` dependency inside `package.json`:
{
"devDependencies": {
-- "nuxt": "npm:nuxt3@latest"
++ "nuxt": "^3.0.0-rc.1"
++ "nuxt": "^3.0.0"
}
}
```
Expand Down

0 comments on commit d2ead6f

Please sign in to comment.