mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +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,
|
"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
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