backgrid-paginator
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -12,3 +12,3 @@ /* | ||
if (typeof exports == "object") { | ||
module.exports = factory(require("underscore"), | ||
module.exports = factory(require("lodash"), | ||
require("backbone"), | ||
@@ -20,3 +20,3 @@ require("backgrid"), | ||
else if (typeof define === 'function' && define.amd) { | ||
define(['underscore', 'backbone', 'backgrid', 'backbone.paginator'], factory); | ||
define(['lodash', 'backbone', 'backgrid', 'backbone.paginator'], factory); | ||
} | ||
@@ -23,0 +23,0 @@ // Browser |
{ | ||
"name": "backgrid-paginator", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Backgrid.js extension for pagination.", | ||
@@ -27,3 +27,3 @@ "main": "backgrid-paginator.js", | ||
"backgrid": "^0.3.5", | ||
"underscore": "^1.8.2" | ||
"lodash": "^3.3.1" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
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
3478587
+ Addedlodash@^3.3.1
+ Addedlodash@3.10.1(transitive)
- Removedunderscore@^1.8.2