Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 committed Sep 18, 2024
1 parent 222050f commit 0af7cd9
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions crates/manifest/tests/ui/maximal.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,28 +90,26 @@
},
"dependencies_inherit_configuration": true,
"dependencies": {
"inner": {
"a:b/c": {
"version": "^1.2.3",
"registry": "my-registry.com",
"package": "a:b",
"export": "foo"
},
"foo:bar/[email protected]": {
"path": "path/to/component.wasm",
"export": null
},
"fib:fub/fob": {
"path": "path/to/component.wasm",
"export": "my-export"
},
"fizz:buzz": ">=0.1.0",
"abc:[email protected]": {
"version": "=0.1.0",
"registry": null,
"package": null,
"export": null
}
"a:b/c": {
"version": "^1.2.3",
"registry": "my-registry.com",
"package": "a:b",
"export": "foo"
},
"foo:bar/[email protected]": {
"path": "path/to/component.wasm",
"export": null
},
"fib:fub/fob": {
"path": "path/to/component.wasm",
"export": "my-export"
},
"fizz:buzz": ">=0.1.0",
"abc:[email protected]": {
"version": "=0.1.0",
"registry": null,
"package": null,
"export": null
}
}
}
Expand Down

0 comments on commit 0af7cd9

Please sign in to comment.