browserify-global-shim
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -18,3 +18,3 @@ 'use strict'; | ||
if(_.isUndefined(shim)) { | ||
if(typeof shim === 'undefined') { | ||
return cb(); | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "browserify-global-shim", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "browserify-global-shim.js", | ||
@@ -16,7 +16,3 @@ "description": "Browserify transform for replacing modules with global variables", | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT" | ||
} | ||
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
@@ -33,5 +29,4 @@ "grunt-contrib-jshint": "~0.7.0", | ||
"dependencies": { | ||
"browserify-transform-tools": "~1.2.1", | ||
"lodash": "~2.4.1" | ||
"browserify-transform-tools": "^1.5.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
1
6911
+ Addedbrowserify-transform-tools@1.7.0(transitive)
- Removedlodash@~2.4.1
- Removedbrowserify-transform-tools@1.2.2(transitive)
- Removedlodash@2.4.2(transitive)