Skip to content

Commit 71ee381

Browse files
authored
Merge pull request #29 from mapcomponents/remove-stories.json
Remove stories.json
2 parents b76c7d8 + 680f01c commit 71ee381

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

public/schema/metadata.schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
},
7272
"required": ["name", "url"]
7373
}
74+
},
75+
"thumbnail": {
76+
"type": "string"
7477
}
7578
},
7679
"required": [
@@ -81,7 +84,8 @@
8184
"tags",
8285
"category",
8386
"type",
84-
"demos"
87+
"demos",
88+
"thumbnail"
8589
]
8690
}
8791
}

src/components/DemoContextProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ DemoContextProvider.propTypes = {
211211
children: PropTypes.node.isRequired,
212212
};
213213

214-
export default DemoContextProvider;
214+
export default DemoContextProvider;

0 commit comments

Comments
 (0)