Patch lib
All checks were successful
FarmMaps/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Peter Bastiani 2021-06-23 13:18:46 +02:00
parent 92173c9847
commit ea1b22ed41
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "farmmaps-lib-app", "name": "farmmaps-lib-app",
"version": "1.0.1", "version": "1.0.2",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",

View File

@ -15,4 +15,5 @@ export interface IUser {
cocNumber?: string; cocNumber?: string;
searchable: boolean; searchable: boolean;
newsletter?: boolean; newsletter?: boolean;
language?: string;
} }