lodash-inflection
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -15,3 +15,3 @@ // lodash-inflection.js | ||
// like Node. | ||
module.exports = factory(require('lodash')); | ||
module.exports = factory(require('lodash').runInContext()); | ||
} else { | ||
@@ -18,0 +18,0 @@ // Browser globals (root is window) |
{ | ||
"name": "lodash-inflection", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "ActiveSupport::Inflector, for lodash!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ /** | ||
*/ | ||
require('..'); | ||
_.mixin(require('..')); | ||
@@ -17,0 +17,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
30319