We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed5d2f commit 8c2ca23Copy full SHA for 8c2ca23
2 files changed
test/fixtures/basic/package.json
@@ -1,10 +1,10 @@
1
{
2
"private": true,
3
- "name": "fixture-bridge",
+ "name": "fixture-basic",
4
"scripts": {
5
"build": "nuxi build"
6
},
7
"dependencies": {
8
- "nuxt": "workspace:*"
+ "nuxt": "latest"
9
}
10
test/fixtures/minimal/package.json
@@ -0,0 +1,10 @@
+{
+ "private": true,
+ "name": "fixture-minimal",
+ "scripts": {
+ "build": "nuxi build"
+ },
+ "dependencies": {
+ }
+}
0 commit comments