RELEASE 1.1
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "wgenerator",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"scripts": {
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"deploy": "npm i && ng build --prod && firebase deploy",
|
||||
"deploy": "npm i && ng build --configuration production && firebase deploy",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint --fix",
|
||||
"postinstall": "ngcc"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import firebase from 'firebase/compat/app';
|
||||
import Timestamp = firebase.firestore.Timestamp;
|
||||
|
||||
export type PresentationBackground = 'none' | 'blue' | 'green' | 'leder' | 'praise';
|
||||
export type PresentationBackground = 'none' | 'blue' | 'green' | 'leder' | 'praise' | 'bible';
|
||||
|
||||
export interface Show {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user