periodicjs.core.data
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -95,4 +95,4 @@ { | ||
}, | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT" | ||
} |
@@ -20,3 +20,4 @@ 'use strict'; | ||
port: 8889, | ||
host: 'localhost' | ||
host: 'localhost', | ||
logging: false | ||
}]; | ||
@@ -26,3 +27,4 @@ var travisConnectionOptions = ['test_core_data', 'travis', '', { | ||
port: 3306, | ||
host: 'localhost' | ||
host: 'localhost', | ||
logging: false | ||
}]; | ||
@@ -29,0 +31,0 @@ //Set env in travis script and check for the test env |
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
1622625
3791