mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: use workspace ref
This commit is contained in:
parent
e99f923aa5
commit
b33b84d57e
2
test/fixtures/basic/package.json
vendored
2
test/fixtures/basic/package.json
vendored
@ -5,6 +5,6 @@
|
||||
"build": "nuxi build"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "latest"
|
||||
"nuxt": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
2
test/fixtures/minimal/package.json
vendored
2
test/fixtures/minimal/package.json
vendored
@ -5,6 +5,6 @@
|
||||
"build": "nuxi build"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "latest"
|
||||
"nuxt": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user