Skip to content

Commit

Permalink
Merge pull request #85 from mikkopaderes/update-mock-cloud-firestore
Browse files Browse the repository at this point in the history
Update mock-cloud-firestore
  • Loading branch information
mikkopaderes authored Jan 18, 2019
2 parents 88f628c + 155425f commit d6b4839
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 21 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
app.import('vendor/fastboot/firebase-firestore.js');

if (app.env !== 'production') {
app.import('node_modules/mock-cloud-firestore/dist/browser/mock-cloud-firestore.js');
app.import('node_modules/mock-cloud-firestore/dist/mock-cloud-firestore.js');
app.import('vendor/shims/mock-cloud-firestore.js');
}
},
Expand Down
69 changes: 50 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ember-firebase-service": "^5.0.0",
"ember-simple-auth": "^1.8.0",
"fastboot-transform": "^0.1.3",
"mock-cloud-firestore": "^0.6.0"
"mock-cloud-firestore": "^0.9.1"
},
"devDependencies": {
"@ember/optional-features": "^0.6.3",
Expand Down

0 comments on commit d6b4839

Please sign in to comment.