human-format
Advanced tools
Comparing version 0.1.0 to 0.1.2
{ | ||
"name": "human-format", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "Converts a number to/from a human readable string: `1337` ↔ `1.34kB`", | ||
@@ -18,3 +18,2 @@ "keywords": [ | ||
], | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -30,5 +29,8 @@ "test": "mocha index.spec.js" | ||
"devDependencies": { | ||
"chai": "^1.9.0", | ||
"mocha": "^1.17.1" | ||
} | ||
"chai": "^1.9.1", | ||
"mocha": "^1.19.0" | ||
}, | ||
"files": [ | ||
"index.js" | ||
] | ||
} |
@@ -1,5 +0,10 @@ | ||
# human-format [![Build Status](https://travis-ci.org/julien-f/human-format.png?branch=master)](http://travis-ci.org/julien-f/human-format) | ||
# human-format | ||
[![Build Status](https://img.shields.io/travis/julien-f/human-format/master.svg)](http://travis-ci.org/julien-f/human-format) | ||
[![Dependency Status](https://david-dm.org/julien-f/human-format/status.svg?theme=shields.io)](https://david-dm.org/julien-f/human-format) | ||
[![devDependency Status](https://david-dm.org/julien-f/human-format/dev-status.svg?theme=shields.io)](https://david-dm.org/julien-f/human-format#info=devDependencies) | ||
> Converts a number to/from a human readable string: `1337` ↔ `1.34kB` | ||
## Install | ||
@@ -6,0 +11,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
48
6012
3
153