apostrophe-blocks
Advanced tools
Comparing version 0.5.28 to 0.5.29
@@ -1,2 +0,2 @@ | ||
var _ = require('underscore'); | ||
var _ = require('lodash'); | ||
var async = require('async'); | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "apostrophe-blocks", | ||
"version": "0.5.28", | ||
"version": "0.5.29", | ||
"description": "Allows a column of content to be broken up into blocks with independent templates, allowing for sub-columns to alternate with a full width column for instance. Blocks can be added and removed freely.", | ||
@@ -23,5 +23,5 @@ "main": "index.js", | ||
"async": "~0.2.6", | ||
"underscore": "~1.4.4", | ||
"lodash": "2.4.x", | ||
"extend": "~1.2.1" | ||
} | ||
} | ||
} |
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
24383
+ Addedlodash@2.4.x
+ Addedlodash@2.4.2(transitive)
- Removedunderscore@~1.4.4
- Removedunderscore@1.4.4(transitive)