diff --git a/.firebaserc b/.firebaserc index 4caeba4b..8b9d3e31 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,5 +1,5 @@ { "projects": { - "default": "fireship-lessons" + "default": "pj-cloud-jaar2" } } diff --git a/package.json b/package.json index 24ce07cb..f00cf9d5 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "devops", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": { "test": "jest", - "build": "webpack src/app.js -o public/bundle.js", + "build": "webpack src/app2.js -o public/bundle.js", "deploy": "firebase deploy --token \"$FIREBASE_TOKEN\" --only hosting" }, "keywords": [],