RELEASE 1.1

This commit is contained in:
2022-08-14 22:16:20 +02:00
parent e9846b29e5
commit bd1848f779
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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;