moog-require
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -103,2 +103,3 @@ var async = require('async'); | ||
function getNpmPath(parentPath, type) { | ||
parentPath = path.resolve(parentPath); | ||
if (_.has(self.bundled, type)) { | ||
@@ -105,0 +106,0 @@ return self.bundled[type]; |
{ | ||
"name": "moog-require", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "moog-require extends moog with support for type definitions in local files and npm modules.", | ||
@@ -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
37767
865