Comparing version 0.4.13 to 0.4.14
#!/bin/sh | ||
':' //; # This line below fixes xterm color bug on Mac - https://github.com/MrRio/vtop/issues/2 | ||
':' //; if [[ $TERM == "xterm-color" && "$OSTYPE" == "darwin"* ]]; then export TERM=xterm-256color; fi | ||
':' //; export TERM=xterm-256color | ||
':' //; exec "$(command -v nodejs || command -v node)" "$0" "$@" | ||
require('../app.js'); |
{ | ||
"name": "vtop", | ||
"version": "0.4.13", | ||
"version": "0.4.14", | ||
"description": "Wow such top. So stats", | ||
@@ -5,0 +5,0 @@ "homepage": "http://parall.ax/vtop", |
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
1941189