Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaa committed Oct 6, 2017
1 parent a64bd7e commit fd64406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/firestore.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var admin = require("firebase-admin");
var path = require('path');
var util = require('util');
var Connector = require('loopback-connector').Connector;
// var debug = require('debug')('loopback:connector:firestore');
var debug = require('debug')('loopback:connector:firestore');

exports.initialize = function initializeDataSource(dataSource, callback) {
dataSource.connector = new Firestore(dataSource.settings);
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"repository": "dyaa/loopback-connector-firestore",
"dependencies": {
"debug": "^3.1.0",
"firebase-admin": "^5.4.1",
"loopback-connector": "4.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ dashdash@^1.12.0:
dependencies:
assert-plus "^1.0.0"

[email protected]:
[email protected], debug@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
dependencies:
Expand Down

0 comments on commit fd64406

Please sign in to comment.