ampersand-view
Advanced tools
Comparing version 7.1.4 to 7.1.5
@@ -0,1 +1,2 @@ | ||
/*$AMPERSAND_VERSION*/ | ||
var State = require('ampersand-state'); | ||
@@ -2,0 +3,0 @@ var CollectionView = require('ampersand-collection-view'); |
{ | ||
"name": "ampersand-view", | ||
"description": "A smart base view for Backbone apps, to make it easy to bind collections and properties to the DOM.", | ||
"version": "7.1.4", | ||
"version": "7.1.5", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
"browser": "./ampersand-view.js", | ||
"browserify": { | ||
"transform": [ | ||
"ampersand-version" | ||
] | ||
}, | ||
"bugs": "https://github.com/ampersandjs/ampersand-view/issues", | ||
@@ -12,2 +17,3 @@ "dependencies": { | ||
"ampersand-state": "^4.2.7", | ||
"ampersand-version": "^1.0.0", | ||
"component-classes": "^1.0.0", | ||
@@ -14,0 +20,0 @@ "domify": "^1.0.0", |
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
66653
1194
10
+ Addedampersand-version@^1.0.0