mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: fix fixture package.json files
This commit is contained in:
parent
4ed5d2f872
commit
8c2ca23c55
4
test/fixtures/basic/package.json
vendored
4
test/fixtures/basic/package.json
vendored
@ -1,10 +1,10 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "fixture-bridge",
|
||||
"name": "fixture-basic",
|
||||
"scripts": {
|
||||
"build": "nuxi build"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "workspace:*"
|
||||
"nuxt": "latest"
|
||||
}
|
||||
}
|
||||
|
10
test/fixtures/minimal/package.json
vendored
Normal file
10
test/fixtures/minimal/package.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "fixture-minimal",
|
||||
"scripts": {
|
||||
"build": "nuxi build"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "latest"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user