sayburgh-feed
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -117,5 +117,5 @@ const { join, resolve } = require('path') | ||
return callback(null, feed[feedOptions.type](), feedOptions.cacheTime) | ||
return callback(null, feed[feedOptions.type], feedOptions.cacheTime) | ||
} | ||
module.exports.meta = require('../package.json') |
{ | ||
"name": "sayburgh-feed", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Feed module for RSS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
14322