diff --git a/functions/package-lock.json b/functions/package-lock.json index 42e8113..b9cfedb 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1,6 +1,6 @@ { - "name": "functions", - "version": "0.3.0", + "name": "gym-webapp-backend", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/functions/package.json b/functions/package.json index 6948784..db41bf9 100644 --- a/functions/package.json +++ b/functions/package.json @@ -1,6 +1,17 @@ { - "name": "functions", - "version": "0.3.0", + "name": "gym-webapp-backend", + "version": "0.3.1", + "description": "A backend cloud-functions for gym-webapp", + "author": { + "name": "Salah E. Loukili", + "email": "salah.loukili@gmail.com" + }, + "license": "GPL-3.0", + "repository": { + "type": "git", + "url": "https://github.com/salah3x/gym-webapp/tree/master/functions" + }, + "homepage": "http://gym-webapp.firebaseapp.com/api", "scripts": { "lint": "tslint --project tsconfig.json", "build": "tsc", diff --git a/package-lock.json b/package-lock.json index b104fd4..355ebe7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gym-webapp", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 67bad11..52e1575 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,17 @@ { "name": "gym-webapp", - "version": "0.3.0", + "version": "0.3.1", + "description": "A webapp for managing clients' subscriptions and check-ins for a gym, also enabling admins to view and monitor incomes, material resources and repairs.", + "author": { + "name": "Salah E. Loukili", + "email": "salah.loukili@gmail.com" + }, + "license": "GPL-3.0", + "repository": { + "type": "git", + "url": "https://github.com/salah3x/gym-webapp" + }, + "homepage": "http://gym-webapp.firebaseapp.com", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/app/app.component.html b/src/app/app.component.html index f8117e1..429e2a9 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -56,7 +56,7 @@

Made with favorite - v0.3.0    + v0.3.1