window-size
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "window-size", | ||
"description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/jonschlinkert/window-size", | ||
@@ -14,2 +14,3 @@ "author": { | ||
}, | ||
"bin": "cli.js", | ||
"bugs": { | ||
@@ -20,3 +21,4 @@ "url": "https://github.com/jonschlinkert/window-size/issues" | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"cli.js" | ||
], | ||
@@ -37,2 +39,2 @@ "main": "index.js", | ||
] | ||
} | ||
} |
@@ -21,2 +21,10 @@ # window-size [![NPM version](https://badge.fury.io/js/window-size.svg)](http://badge.fury.io/js/window-size) | ||
## CLI | ||
```shell | ||
$ window-size | ||
height: 40 | ||
width : 145 | ||
``` | ||
## Other projects | ||
@@ -23,0 +31,0 @@ |
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
5179
5
53
56