full-width-of-terminal
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "full-width-of-terminal", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "The string is displayed on the full width of the terminal.", | ||
"main": "build/index.js", | ||
"repository": "git@github.com:abetomo/full-width-of-terminal.git", | ||
"keywords": [ | ||
"terminal", | ||
"width", | ||
"full", | ||
"max", | ||
"string" | ||
], | ||
"author": "abetomo <abe@enzou.tokyo>", | ||
@@ -22,3 +29,3 @@ "license": "GPL-3.0", | ||
"prepublish": "yarn run build", | ||
"typecheck": "flow check", | ||
"typecheck": "node -e \"process.exit(process.platform != 'win32')\" || flow check", | ||
"test": "yarn run typecheck && yarn run lint && yarn run build && jest" | ||
@@ -25,0 +32,0 @@ }, |
# full-width-of-terminal | ||
[![npm version](https://badge.fury.io/js/full-width-of-terminal.svg)](https://badge.fury.io/js/full-width-of-terminal) | ||
[![Build Status](https://travis-ci.org/abetomo/full-width-of-terminal.svg?branch=master)](https://travis-ci.org/abetomo/full-width-of-terminal) | ||
[![Build status](https://ci.appveyor.com/api/projects/status/8x51mi482ioju39x/branch/master?svg=true)](https://ci.appveyor.com/project/abetomo/full-width-of-terminal/branch/master) | ||
The string is displayed on the full width of the terminal. | ||
@@ -3,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
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
151550
14
22
40