exponential-number 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exponential-number",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "Small package with class to work with big numbers. This class allows to work with 1e...(1.8e308)...e1e100
|
|
3
|
+
"version": "1.3.2",
|
|
4
|
+
"description": "Small package with class to work with big numbers. This class allows to work with 1e...(1.8e308)...e1e100",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.
|
|
6
|
+
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|