clever-orm
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -89,3 +89,3 @@ 'use strict'; | ||
} | ||
, file = path.join( process.cwd( ), 'local.json' ); | ||
, file = path.join( process.cwd( ), 'config', 'local.json' ); | ||
@@ -99,3 +99,3 @@ if (fs.existsSync( file )) { | ||
if (typeof conf[ key ] === "object" && conf[ key ] !== null) { | ||
obj[ 'clever-orm' ][ key ] = obj[ key ] || {}; | ||
obj[ 'clever-orm' ][ key ] = obj[ 'clever-orm' ][ key ] || {}; | ||
@@ -102,0 +102,0 @@ Object.keys( conf[ key ], function ( subKey ) { |
{ | ||
"name": "clever-orm", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "mysql": "2.0.0-rc2", |
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
14028