browserify-lite
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -233,2 +233,4 @@ var fs = require('fs'); | ||
requiresList.push(requireName); | ||
} else if (state === STATE_WANT_RPAREN && token !== ')') { | ||
state = STATE_WANT_REQUIRE; | ||
} | ||
@@ -235,0 +237,0 @@ } |
{ | ||
"name": "browserify-lite", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "browserify, minus some of the advanced features and heavy dependencies.", | ||
@@ -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
15591
415