gemini-gui
Advanced tools
Comparing version 4.3.2 to 4.3.3
# Changelog | ||
## 4.3.3 - 2016-09-13 | ||
* Remove unnecessary output while finding global gemini | ||
## 4.3.2 - 2016-08-31 | ||
@@ -4,0 +8,0 @@ |
@@ -18,3 +18,3 @@ 'use strict'; | ||
'node_modules', | ||
shell.exec('npm root --global').stdout.trim() | ||
shell.exec('npm root --global', {silent: true}).stdout.trim() | ||
] | ||
@@ -21,0 +21,0 @@ }); |
{ | ||
"name": "gemini-gui", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"description": "GUI for gemini testing utility", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
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
725011
38
1646