@daformat/react-number-flow-input 1.0.8 → 1.0.10

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # React number flow input
2
2
 
3
3
  ![NPM Version](https://img.shields.io/npm/v/%40daformat%2Freact-number-flow-input)
4
- ![NPM Downloads](https://img.shields.io/npm/dm/%40daformat%2Freact-number-flow-input)
4
+ ![NPM Downloads](https://img.shields.io/npm/dm/%40daformat%2Freact-number-flow-input)
5
5
  [![Follow daformat on GitHub](https://img.shields.io/github/followers/daformat?label=Follow%20%40daformat&style=social)](https://github.com/daformat)
6
6
  [![Follow daformat on X](https://img.shields.io/twitter/follow/daformat?label=Follow%20%40daformat&style=social)](https://twitter.com/daformat)
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daformat/react-number-flow-input",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "license": "Zero-Clause BSD",
5
5
  "description": "A react number flow input component, with no dependencies",
6
6
  "keywords": [
@@ -26,6 +26,13 @@
26
26
  "type": "module",
27
27
  "main": "dist/index.js",
28
28
  "types": "dist/index.d.ts",
29
+ "exports": {
30
+ ".": {
31
+ "types": "./dist/index.d.ts",
32
+ "default": "./dist/index.js"
33
+ },
34
+ "./package.json": "./package.json"
35
+ },
29
36
  "peerDependencies": {
30
37
  "react": ">=18"
31
38
  },