Skip to content

Commit 0af7cd9

Browse files
committed
fix test
Signed-off-by: karthik2804 <[email protected]>
1 parent 222050f commit 0af7cd9

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

crates/manifest/tests/ui/maximal.json

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -90,28 +90,26 @@
9090
},
9191
"dependencies_inherit_configuration": true,
9292
"dependencies": {
93-
"inner": {
94-
"a:b/c": {
95-
"version": "^1.2.3",
96-
"registry": "my-registry.com",
97-
"package": "a:b",
98-
"export": "foo"
99-
},
100-
"foo:bar/[email protected]": {
101-
"path": "path/to/component.wasm",
102-
"export": null
103-
},
104-
"fib:fub/fob": {
105-
"path": "path/to/component.wasm",
106-
"export": "my-export"
107-
},
108-
"fizz:buzz": ">=0.1.0",
109-
110-
"version": "=0.1.0",
111-
"registry": null,
112-
"package": null,
113-
"export": null
114-
}
93+
"a:b/c": {
94+
"version": "^1.2.3",
95+
"registry": "my-registry.com",
96+
"package": "a:b",
97+
"export": "foo"
98+
},
99+
"foo:bar/[email protected]": {
100+
"path": "path/to/component.wasm",
101+
"export": null
102+
},
103+
"fib:fub/fob": {
104+
"path": "path/to/component.wasm",
105+
"export": "my-export"
106+
},
107+
"fizz:buzz": ">=0.1.0",
108+
109+
"version": "=0.1.0",
110+
"registry": null,
111+
"package": null,
112+
"export": null
115113
}
116114
}
117115
}

0 commit comments

Comments
 (0)