clubhouse-cli
Advanced tools
Comparing version 0.10.3 to 0.10.4
{ | ||
"name": "clubhouse-cli", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"description": "A command line tool for viewing, creating and updating clubhouse.io stories", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -61,3 +61,3 @@ const chalk = require('chalk'); | ||
} | ||
if (!(s.workflow_state_id + ' ' + s.state.name) | ||
if (!(s.workflow_state_id + ' ' + (s.state || {}).name) | ||
.match(regexState)) { | ||
@@ -64,0 +64,0 @@ return false; |
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
44184