Skip to content

Commit

Permalink
Merge pull request #6 from lupas/dev
Browse files Browse the repository at this point in the history
Fixed not properly reading from this.options.fire
  • Loading branch information
lupas authored Nov 18, 2018
2 parents 568d2b4 + c0d1df2 commit bf23f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path'

export default function nuxtFire(moduleOptions) {
const options = Object.assign({}, this.options.axios, moduleOptions)
const options = Object.assign({}, this.options.fire, moduleOptions)

// Don't include when config is missing
if (
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-fire",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "Intergrate Firebase into your Nuxt project.",
"main": "index.js",
Expand Down

0 comments on commit bf23f85

Please sign in to comment.