Comparing version 2.0.1 to 2.0.2
@@ -82,3 +82,3 @@ // Load modules | ||
type: type, | ||
source: 'hapi', | ||
source: 'mimos', | ||
extensions: [], | ||
@@ -85,0 +85,0 @@ compressible: internals.compressibleRx.test(type) |
{ | ||
"name": "mimos", | ||
"description": "Mime database interface", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"repository": "git://github.com/hapijs/mimos", | ||
@@ -6,0 +6,0 @@ "main": "index", |
@@ -79,3 +79,3 @@ // Load modules | ||
expect(mimos.type('hapi/test')).to.deep.equal({ | ||
source: 'hapi', | ||
source: 'mimos', | ||
compressible: false, | ||
@@ -82,0 +82,0 @@ extensions: [], |
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
11176