Fix bug where nonprofit branding isn't properly exported into javascript files from typescript

This commit is contained in:
Eric Schultz 2019-05-29 16:18:15 -05:00
parent 72d41ccc3b
commit 9babcbfb82
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
// License: LGPL-3.0-or-later
import nonprofitBranding from '../../../javascripts/src/lib/nonprofitBranding.ts';
export default nonprofitBranding(app.nonprofit.brand_color)
module.exports = nonprofitBranding(app.nonprofit.brand_color)

View file

@ -1,4 +1,4 @@
// License: LGPL-3.0-or-later
import nonprofitBranding from '../../../../javascripts/src/lib/nonprofitBranding.ts';
export default nonprofitBranding
module.exports = nonprofitBranding