browserify-async-define
Advanced tools
Comparing version 2.0.7 to 2.0.8
{ | ||
"name": "browserify-async-define", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Browserify plugin for async-define", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -60,3 +60,3 @@ var path = require('path'); | ||
var requireTransform = transformTools.makeRequireTransform("browserify-async-define-2", | ||
{evaluateArguments: true}, | ||
{evaluateArguments: true, excludeExtensions: [".json"]}, | ||
function(args, transformOptions, done) { | ||
@@ -63,0 +63,0 @@ var o = transformOptions.config; |
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
13393