Just noticed while going through checklist in adding-sound-to-a-sim.md, the soundSupported: true and enhancedSoundSupported: true have been renamed to supportsSound: true and supportsEnhancedSound: true in package.json. The entries are also under the features sub-object under phet in package.json.
Just noticed while going through checklist in adding-sound-to-a-sim.md, the
soundSupported: true
andenhancedSoundSupported: true
have been renamed tosupportsSound: true
andsupportsEnhancedSound: true
in package.json. The entries are also under thefeatures
sub-object underphet
in package.json.