apple-news-cli
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "apple-news-cli", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A CLI tool for publishing to apple news", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,8 +30,8 @@ /* eslint-disable no-console */ | ||
if (err) throw err | ||
client.updateArticle({ articleId, revision, article }, (err, { id }) => { | ||
client.updateArticle({ articleId, revision, article }, (err, resp) => { | ||
if (err) throw err | ||
console.log('Article Updated') | ||
console.log(`ID: ${id}`) | ||
console.log(`ID: ${resp.id}`) | ||
}) | ||
}) | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
52016
9
1
33