clubhouse-cli
Advanced tools
Comparing version 0.10.2 to 0.10.3
{ | ||
"name": "clubhouse-cli", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"description": "A command line tool for viewing, creating and updating clubhouse.io stories", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -115,3 +115,3 @@ const chalk = require('chalk'); | ||
const parseDateComparator = (arg) => { | ||
const match = arg.match(/[0-9].*/) || { index: 0, '0': { length: 12 } }; | ||
const match = arg.match(/[0-9].*/) || { index: 0, '0': { length: 30 } }; | ||
const parsedDate = new Date(arg.slice(match.index)); | ||
@@ -118,0 +118,0 @@ const comparator = arg.slice(0, match.index); |
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