number_formatter
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "number_formatter", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Number formatter module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,2 @@ | ||
[![Build Status](https://travis-ci.org/manishsaraan/number-formatter-module.svg?branch=master)](https://travis-ci.org/manishsaraan/number-formatter-module) | ||
Number Formatter | ||
@@ -8,7 +9,7 @@ ========= | ||
`npm install number-formatter-module` | ||
`npm i number_formatter` | ||
## Usage | ||
var numFormatter = require('number-formatter-module'); | ||
var numFormatter = require('number_formatter'); | ||
@@ -25,2 +26,3 @@ var formattedNum = numFormatter(30000); | ||
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code. | ||
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code. | ||
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
27
4056