@code-dot-org/dance-party
Advanced tools
Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "@code-dot-org/dance-party", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
@@ -948,2 +948,4 @@ /* eslint-disable no-unused-vars, curly, eqeqeq, babel/semi, semi, no-undef */ | ||
const { bpm, artist, title } = this.songMetadata_ || {}; | ||
const context = { | ||
@@ -953,5 +955,5 @@ isPeak: this.peakThisFrame_, | ||
backgroundColor: this.world.background_color, | ||
bpm: this.songMetadata_ && this.songMetadata_.bpm, | ||
artist: this.songMetadata_.artist, | ||
title: this.songMetadata_.title, | ||
bpm, | ||
artist, | ||
title, | ||
}; | ||
@@ -958,0 +960,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
107386
4087838