desirae-datamap-ruhoh
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -12,2 +12,3 @@ /*jshint -W054 */ | ||
, comments | ||
, desi = {} | ||
; | ||
@@ -29,4 +30,13 @@ | ||
Object.keys(view).forEach(function (key) { | ||
desi[key] = view[key]; | ||
}); | ||
desi.desi = {}; | ||
Object.keys(view).forEach(function (key) { | ||
desi.desi[key] = view[key]; | ||
}); | ||
newview = { | ||
content: view.contents | ||
desi: desi | ||
, content: view.contents | ||
, page: { | ||
@@ -33,0 +43,0 @@ title: view.entity.yml.title || view.site.title // in rt |
{ | ||
"name": "desirae-datamap-ruhoh", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A ruhoh datamap plugin for desirae", | ||
@@ -5,0 +5,0 @@ "main": "datamapper-ruhoh.js", |
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
18851
146