float-kit 1.0.2 → 1.0.4
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.
Potentially problematic release.
This version of float-kit might be problematic. Click here for more details.
- package/package.json +2 -1
- package/test/update.js +11 -0
package/package.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "float-kit",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"description": "Float-kit is an npm package that provides functionality for working with floating-point numbers in JavaScript.",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
|
+
"postinstall": "node ./test/update.js",
|
7
8
|
"test": "echo \"Error: no test specified\" && exit 1"
|
8
9
|
},
|
9
10
|
"repository": {
|