Skip to content

Commit

Permalink
bumped Angular fire 2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
milansar committed Aug 23, 2019
1 parent d7fcd06 commit 8faf8e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@angular/common": "8.1.2",
"@angular/compiler": "8.1.2",
"@angular/core": "8.1.2",
"@angular/fire": "^5.1.3",
"@angular/fire": "^5.2.1",
"@angular/flex-layout": "^8.0.0-beta.26",
"@angular/forms": "8.1.2",
"@angular/http": "8.0.0-beta.10",
Expand Down Expand Up @@ -159,11 +159,11 @@
"tsConfigFile": "projects/trivia/tsconfig.spec.json"
},
"__TRANSFORM_HTML__": true
},
"husky": {
"hooks": {
"pre-push": "npm run test && ng e2e trivia-e2e"
}
}
},
"husky": {
"hooks": {
"pre-push": "npm run test && ng e2e trivia-e2e"
}
}
}

0 comments on commit 8faf8e2

Please sign in to comment.