node-hook-filename
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -12,3 +12,3 @@ var Module = require('module'); | ||
var regexes = extensions.map(function(ext){ return new RegExp(ext, 'i') }) | ||
var regexes = extensions.map(function(ext){ return new RegExp(ext, '') }) | ||
@@ -15,0 +15,0 @@ Module._resolveFilename = function(request, parent) { |
{ | ||
"name": "node-hook-filename", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "\"Hooking node require calls for specific extensions to only return the filename\"", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1833