Comparing version 0.0.4-rc.3 to 0.0.4-rc.4
// # boot - knex | ||
var knex = require('knex') | ||
exports = module.exports = function(logger, settings) { | ||
return knex(settings.knex) | ||
var knex = require('knex')(settings.knex) | ||
knex.on('error', logger.error) | ||
return knex | ||
} | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "igloo", | ||
"version": "0.0.4-rc.3", | ||
"version": "0.0.4-rc.4", | ||
"description": "Igloo is a lightweight, fast, and minimal framework for rapid development", | ||
@@ -23,2 +23,3 @@ "main": "./lib", | ||
"knex": "^0.6.13", | ||
"mariasql": "^0.1.21", | ||
"merge-defaults": "^0.1.0", | ||
@@ -25,0 +26,0 @@ "mongoose": "~3.8.7", |
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
17939
305
16
+ Addedmariasql@^0.1.21
+ Addedlru-cache@2.3.1(transitive)
+ Addedmariasql@0.1.24(transitive)
+ Addednan@2.22.0(transitive)
- Removedlru-cache@2.7.3(transitive)