xmltv-to-jsonapi
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -96,3 +96,3 @@ 'use strict'; | ||
module.exports = async xmltvData => { | ||
module.exports = async (xmltvData) => { | ||
const result = await transform(xmltvData, JsonApiTemplate); | ||
@@ -99,0 +99,0 @@ const jsonApiResult = JSON.stringify(result); |
{ | ||
"name": "xmltv-to-jsonapi", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Take an XMLTV file and convert to valid JSON:API using relationships", | ||
@@ -36,4 +36,4 @@ "license": "MIT", | ||
"devDependencies": { | ||
"ava": "^2.1.0", | ||
"xo": "^0.24.0" | ||
"ava": "^3.7.0", | ||
"xo": "^0.29.1" | ||
}, | ||
@@ -43,2 +43,2 @@ "xo": { | ||
} | ||
} | ||
} |
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
4589