debowerify
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -56,3 +56,3 @@ var bower = require('bower'); | ||
var relativeModulePath = path.relative(path.dirname(file), fullModulePath); | ||
node.update('require(' + JSON.stringify(relativeModulePath) + ')'); | ||
node.arguments[0].update(JSON.stringify(relativeModulePath)); | ||
} | ||
@@ -59,0 +59,0 @@ } |
{ | ||
"name": "debowerify", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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.", | ||
@@ -21,5 +21,3 @@ "main": "index.js", | ||
"through": "~2.3.4", | ||
"falafel": "~0.2.1" | ||
}, | ||
"peerDependencies": { | ||
"falafel": "~0.2.1", | ||
"bower": "~0.9.4" | ||
@@ -26,0 +24,0 @@ }, |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
5021
+ Addedbower@~0.9.4