backbone-events-standalone
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -21,3 +21,3 @@ /** | ||
*/ | ||
/* global define, module */ | ||
/* global exports:true, define, module */ | ||
(function() { | ||
@@ -266,3 +266,2 @@ var root = this, | ||
} else if (typeof exports !== 'undefined') { | ||
var exports; | ||
if (typeof module !== 'undefined' && module.exports) { | ||
@@ -269,0 +268,0 @@ exports = module.exports = Events; |
{ | ||
"name": "backbone-events-standalone", | ||
"main": "backbone-events-standalone.js", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"homepage": "https://github.com/n1k0/backbone-events-standalone", | ||
@@ -6,0 +6,0 @@ "authors": [ |
{ | ||
"name": "backbone-events-standalone", | ||
"description": "Standalone version of Backbone.Events", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "Nicolas Perriault <nicolas@perriault.net>", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
27670
673