Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,3 @@ { | ||
"description": "CommonJS to browser exporter", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "test": "node test/run-tests.js" |
@@ -120,2 +120,3 @@ var fs = require('fs'); | ||
dependencies.push(dependency); | ||
node.callee.name = '_require'; | ||
node.arguments[0].value = dependency; | ||
@@ -125,3 +126,3 @@ } | ||
var args = ['module', 'exports', 'require']; | ||
var args = ['module', 'exports', '_require']; | ||
@@ -128,0 +129,0 @@ var argsElements = args.map(function(arg){ |
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
15319
17
463