Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "pretty-ms", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Convert milliseconds to a human readable string: 1337000000 ➔ 15d 11h 23m 20s", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -8,11 +8,11 @@ # pretty-ms [![Build Status](https://travis-ci.org/sindresorhus/pretty-ms.svg?branch=master)](https://travis-ci.org/sindresorhus/pretty-ms) | ||
```bash | ||
```sh | ||
$ npm install --save pretty-ms | ||
``` | ||
```bash | ||
```sh | ||
$ bower install --save pretty-ms | ||
``` | ||
```bash | ||
```sh | ||
$ component install sindresorhus/pretty-ms | ||
@@ -19,0 +19,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
3840