Comparing version 0.0.3 to 0.0.4
@@ -0,1 +1,2 @@ | ||
var _ = require('underscore'), Backbone = require('backbone'); | ||
var BassView = Backbone.View.extend({ | ||
@@ -2,0 +3,0 @@ |
{ | ||
"name": "bassview", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "base view for backbone", | ||
@@ -15,3 +15,7 @@ "main": "index.js", | ||
"author": "andy perlitch", | ||
"license": "BSD" | ||
"license": "BSD", | ||
"dependencies": { | ||
"backbone": ">=1.0.0", | ||
"underscore": ">=1.4.3" | ||
} | ||
} |
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
2337
48
2
+ Addedbackbone@>=1.0.0
+ Addedunderscore@>=1.4.3
+ Addedbackbone@1.6.0(transitive)
+ Addedunderscore@1.13.7(transitive)