Comparing version 0.6.0 to 0.6.1
@@ -80,3 +80,5 @@ var fs = require('fs'), | ||
function createCollector(config) { | ||
return require('./collector').create(config); | ||
// Use a sorted collector as a temporary fix until | ||
// a real dev env is implemented. | ||
return require('./sorted-collector').create(config); | ||
} | ||
@@ -83,0 +85,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"main": "./main", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "module-grapher": "0.7.x", |
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
21528
16
542