Comparing version 1.3.8 to 1.3.9
{ | ||
"name": "bones", | ||
"description": "Framework for using backbone.js on the client and server.", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
@@ -16,3 +16,3 @@ "author": { | ||
"underscore": "1.1.x", | ||
"express": "2.2.x", | ||
"express": "2.4.x", | ||
"backbone": "0.3.3", | ||
@@ -19,0 +19,0 @@ "jquery": "1.5.x", |
@@ -8,2 +8,9 @@ var Bones = Bones || {}; | ||
Bones.utils.callback = function(callback) { | ||
return { | ||
success: function(model, response) { callback(null, response); }, | ||
error: function(model, err) { callback(err); } | ||
}; | ||
}; | ||
// From https://github.com/visionmedia/lingo/blob/master/lib/languages/en.js | ||
@@ -10,0 +17,0 @@ Bones.utils.uncountable = [ 'advice', 'enegery', 'excretion', 'digestion', |
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
169798
1778
+ Addedconnect@1.7.3(transitive)
+ Addedexpress@2.4.7(transitive)
+ Addedmkdirp@0.0.7(transitive)
- Removedconnect@1.9.2(transitive)
- Removedexpress@2.2.2(transitive)
- Removedformidable@1.0.17(transitive)
Updatedexpress@2.4.x