backbone-callbacks
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -37,2 +37,3 @@ // grunt.js (c) 2012 Loren West and other contributors | ||
immed: true, | ||
strict: false, | ||
latedef: true, | ||
@@ -39,0 +40,0 @@ newcap: true, |
@@ -0,1 +1,6 @@ | ||
0.1.5 / 2013-10-04 | ||
================== | ||
* Updated dependencies | ||
0.1.4 / 2012-11-21 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "backbone-callbacks", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"main": "./backbone-callbacks.js", | ||
@@ -12,4 +12,4 @@ "description": "Anonymous callback style interface for Backbone.js async methods", | ||
"dependencies": { | ||
"underscore": "1.3.x", | ||
"backbone": "0.9.x" | ||
"underscore": ">=1.4.4 < 1.5.0", | ||
"backbone": ">=0.9.2 < 0.10.0" | ||
}, | ||
@@ -16,0 +16,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
12092
225
+ Addedunderscore@1.4.4(transitive)
- Removedunderscore@1.13.71.3.3(transitive)
Updatedbackbone@>=0.9.2 < 0.10.0
Updatedunderscore@>=1.4.4 < 1.5.0