From cf60dcbb8659a14b0c4ac27a62bcce8acb0fe627 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Sun, 10 Mar 2019 22:30:07 +0100 Subject: [PATCH] Removed firebase from project --- .firebaserc | 5 ----- Makefile | 1 - firebase.json | 5 ----- package.json | 1 - 4 files changed, 12 deletions(-) delete mode 100644 .firebaserc delete mode 100644 firebase.json diff --git a/.firebaserc b/.firebaserc deleted file mode 100644 index 86c8610..0000000 --- a/.firebaserc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "projects": { - "default": "fmartingrcom" - } -} diff --git a/Makefile b/Makefile index 740e810..2a99cb8 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ watch: deploy: make build - node_modules/firebase-tools/bin/firebase deploy deploy_tests: bash tests/run.sh diff --git a/firebase.json b/firebase.json deleted file mode 100644 index 9c1c0c9..0000000 --- a/firebase.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "hosting": { - "public": "public" - } -} diff --git a/package.json b/package.json index 6496264..dccbce2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "fmartingr.com", "main": "gulpfile.js", "devDependencies": { - "firebase-tools": "^3.2.1", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-concat-css": "^2.2.0",