Skip to content

Commit

Permalink
Hopeful fix, see #785
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 5, 2019
1 parent cbefe57 commit 8882e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/getPhetLibs.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = function getPhetLibs( repo, brand ) {
}

// wrappers are also marked as phetLibs, so we can get their shas without listing them twice
if ( brand === 'phet-io' ) {
if ( brand === 'phet-io' && packageObject.phet[ brand ] ) {
phetLibs = phetLibs.concat( packageObject.phet[ brand ].wrappers || [] );
}

Expand Down

0 comments on commit 8882e6a

Please sign in to comment.