diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 0000000..86c8610 --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "fmartingrcom" + } +} diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..9c1c0c9 --- /dev/null +++ b/firebase.json @@ -0,0 +1,5 @@ +{ + "hosting": { + "public": "public" + } +} diff --git a/package.json b/package.json index 64cbae6..d3696b8 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "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",