Removed firebase from project

This commit is contained in:
Felipe M 2019-03-10 22:30:07 +01:00
parent 9b3488c33b
commit cf60dcbb86
Signed by: fmartingr
GPG key ID: 716BC147715E716F
4 changed files with 0 additions and 12 deletions

View file

@ -1,5 +0,0 @@
{
"projects": {
"default": "fmartingrcom"
}
}

View file

@ -14,7 +14,6 @@ watch:
deploy: deploy:
make build make build
node_modules/firebase-tools/bin/firebase deploy
deploy_tests: deploy_tests:
bash tests/run.sh bash tests/run.sh

View file

@ -1,5 +0,0 @@
{
"hosting": {
"public": "public"
}
}

View file

@ -4,7 +4,6 @@
"description": "fmartingr.com", "description": "fmartingr.com",
"main": "gulpfile.js", "main": "gulpfile.js",
"devDependencies": { "devDependencies": {
"firebase-tools": "^3.2.1",
"gulp": "^3.9.0", "gulp": "^3.9.0",
"gulp-concat": "^2.6.0", "gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0", "gulp-concat-css": "^2.2.0",