clubhouse-cli
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "clubhouse-cli", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "A command line tool for viewing, creating and updating clubhouse.io stories", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -89,2 +89,3 @@ const chalk = require('chalk'); | ||
log(` URL: https://app.clubhouse.io/story/${story.id}`); | ||
log(' Created: ' + `${story.created_at} ${story.updated_at != story.created_at ? 'Updated: ' + story.updated_at : ''}`); | ||
if (story.archived) { | ||
@@ -91,0 +92,0 @@ log(' archived: ' + chalk.bold(story.archived)); |
Sorry, the diff of this file is not supported yet
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
42699
186