Comparing version 0.1.0 to 0.1.1
@@ -14,3 +14,3 @@ 'use strict'; | ||
var sp = options.spinner; | ||
var sp = this.options.spinner; | ||
this.spinner = typeof sp === 'object' ? sp : (process.platform === 'win32' ? cliSpinners.line : (cliSpinners[sp] || cliSpinners.dots)); // eslint-disable-line | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "ora", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Elegant terminal spinner", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
5632