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