Skip to content

Commit cbac8ff

Browse files
committed
update fixtures
1 parent 85fec3a commit cbac8ff

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"id": "bar",
33
"ui": true,
4-
"requiredBundles": ["foo"]
4+
"requiredBundles": ["foo"],
5+
"version": "8.0.0"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"id": "foo",
3-
"ui": true
3+
"ui": true,
4+
"version": "8.0.0"
45
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"id": "baz"
2+
"id": "baz",
3+
"version": "8.0.0"
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"id": "test_baz"
2+
"id": "test_baz",
3+
"version": "8.0.0"
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"id": "baz",
3-
"ui": true
3+
"ui": true,
4+
"version": "8.0.0"
45
}

0 commit comments

Comments
 (0)