number-display
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -86,2 +86,8 @@ ## 1.0.0 | ||
- Add built-in types for Typescript. | ||
- Update license to 2020. | ||
- Update license to 2020. | ||
## 2.2.1 | ||
**2020-01-08** | ||
- Fix file set in package.json. |
{ | ||
"name": "number-display", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Display number smartly within a certain length.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"index.js" | ||
"lib" | ||
], | ||
@@ -22,3 +22,4 @@ "scripts": { | ||
"trim", | ||
"convert" | ||
"convert", | ||
"typescript" | ||
], | ||
@@ -25,0 +26,0 @@ "author": "LIN Chen", |
11309
6
105