Skip to content

Commit

Permalink
updated peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lupas committed Oct 11, 2019
1 parent addbaa2 commit 4c28fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Make sure you have Nuxt and Firebase installed in your project.

```json
"dependencies": {
"nuxt": "^2.8.1",
"firebase": "^6.3.3"
"nuxt": "^2.10.1",
"firebase": "^7.2.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"access": "public"
},
"peerDependencies": {
"nuxt": "^2.10.0",
"nuxt": "^2.10.1",
"firebase": "^7.2.0"
}
}

0 comments on commit 4c28fa9

Please sign in to comment.