numeric-input-react 1.0.23 → 1.0.25
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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "numeric-input-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"description": "A React component for handling numeric input with decimal support, negative numbers, thousands separators, and IME composition handling",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "rimraf dist && tsc -p tsconfig.build.json",
|
|
15
|
-
"publish": "npm run build && npm publish",
|
|
16
15
|
"test": "vitest",
|
|
17
16
|
"test:ui": "vitest --ui",
|
|
18
17
|
"test:coverage": "vitest --coverage",
|