Skip to content

Commit

Permalink
Merge pull request #13 from joshrp/compilations
Browse files Browse the repository at this point in the history
Compilations
  • Loading branch information
joshrp committed Nov 24, 2014
2 parents 123af2d + 6c69fa6 commit 908fe87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/Fixture.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ Fixture.findElementsArray = function (feed) {
if (feed.schedule !== undefined)
elementsArray = feed.schedule.elements;

if (feed.compilation_groups !== undefined)
elementsArray = feed.compilation_groups.elements;

if (elementsArray === undefined)
return false;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fixturator",
"version": "0.1.17",
"version": "0.1.18",
"description": "",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 908fe87

Please sign in to comment.