xmltv-to-jsonapi
Advanced tools
Comparing version 0.0.7 to 0.0.8
10
index.js
@@ -82,5 +82,11 @@ 'use strict'; | ||
attributes: { | ||
name: 'display-name', | ||
name: [ | ||
'display-name', | ||
{ | ||
lang: '@lang', | ||
value: '.' | ||
} | ||
], | ||
icons: ['icon', '@src'], | ||
url: 'url' | ||
url: ['url', '.'] | ||
} | ||
@@ -87,0 +93,0 @@ } |
{ | ||
"name": "xmltv-to-jsonapi", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Take an XMLTV file and convert to valid JSON:API using relationships", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
4588
98