debowerify
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -82,2 +82,7 @@ var bower = require('bower'); | ||
if (module.missing) { | ||
throw new Error('could not resolve dependency ' + moduleName + | ||
' : bower returns the module as known but not found (did you forget to run bower install ?)'); | ||
} | ||
var pkgMeta = module.pkgMeta; | ||
@@ -96,2 +101,3 @@ var requiredFilePath = moduleSubPath; | ||
var fullModulePath = path.resolve(path.join(module.canonicalDir, requiredFilePath)); | ||
@@ -98,0 +104,0 @@ var relativeRequiredFilePath = './' + path.relative(path.dirname(file), fullModulePath); |
{ | ||
"name": "debowerify", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.", | ||
@@ -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
7585
110