Skip to content

Commit

Permalink
update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Oct 16, 2020
1 parent 85fec3a commit cbac8ff
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"id": "bar",
"ui": true,
"requiredBundles": ["foo"]
"requiredBundles": ["foo"],
"version": "8.0.0"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"id": "foo",
"ui": true
"ui": true,
"version": "8.0.0"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"id": "baz"
"id": "baz",
"version": "8.0.0"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"id": "test_baz"
"id": "test_baz",
"version": "8.0.0"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"id": "baz",
"ui": true
"ui": true,
"version": "8.0.0"
}

0 comments on commit cbac8ff

Please sign in to comment.