chore: fix fixture package.json files

This commit is contained in:
Daniel Roe 2023-03-31 10:49:29 +01:00
parent 4ed5d2f872
commit 8c2ca23c55
2 changed files with 12 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{ {
"private": true, "private": true,
"name": "fixture-bridge", "name": "fixture-basic",
"scripts": { "scripts": {
"build": "nuxi build" "build": "nuxi build"
}, },
"dependencies": { "dependencies": {
"nuxt": "workspace:*" "nuxt": "latest"
} }
} }

10
test/fixtures/minimal/package.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"private": true,
"name": "fixture-minimal",
"scripts": {
"build": "nuxi build"
},
"dependencies": {
"nuxt": "latest"
}
}