Revert "Patch lib"
FarmMaps/FarmMapsLib/pipeline/head There was a failure building this commit Details

This reverts commit ea1b22ed41.
2022.01
Peter Bastiani 2021-06-23 13:52:52 +02:00
parent ea1b22ed41
commit 9c19595597
2 changed files with 1 additions and 2 deletions

View File

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

View File

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