backbone-relations
Advanced tools
Comparing version 0.7.2 to 0.7.3
(function (root, factory) { | ||
if (typeof root.define === 'function' && root.define.amd) { | ||
root.define( | ||
'backbone-relations', | ||
['underscore', 'backbone', 'herit'], | ||
factory | ||
); | ||
root.define(['underscore', 'backbone', 'herit'], factory); | ||
} else if (typeof exports !== 'undefined') { | ||
@@ -9,0 +5,0 @@ module.exports = |
{ | ||
"name": "backbone-relations", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"main": "./backbone-relations.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
{ | ||
"name": "backbone-relations", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"author": "Casey Foster <c@sey.me>", | ||
@@ -5,0 +5,0 @@ "licence": "MIT", |
Sorry, the diff of this file is not supported yet
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
34501
151