hterm-command
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -36,3 +36,3 @@ 'use strict'; | ||
environment = this.prefs_.get('environment'); | ||
if (!isObject(environment)) { | ||
if (!(0, _lodash.isObject)(environment)) { | ||
environment = {}; | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "hterm-command", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
6077