Comparing version 2.2.1 to 2.2.2
@@ -46,3 +46,8 @@ var rethinkdbdash = require('rethinkdbdash'); | ||
self.r = rethinkdbdash(config); | ||
if (config.r === undefined) { | ||
self.r = rethinkdbdash(config); | ||
} | ||
else { | ||
self.r = config.r; | ||
} | ||
self.type = type; | ||
@@ -49,0 +54,0 @@ self.Query = Query; |
{ | ||
"name": "thinky", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "RethinkDB ORM for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/thinky.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
220950
5938