We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4cb857 commit 37d7a19Copy full SHA for 37d7a19
package.json
@@ -1,7 +1,12 @@
1
{
2
"name": "react-numeric",
3
+ "description": "A React component for choosing dates and date ranges.",
4
"version": "0.0.1",
- "main": "index.js",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/mkg0/react-numeric"
8
+ },
9
+ "main": "dist/index.js",
10
"keywords": [
11
"autonumeric",
12
"currency",
@@ -16,6 +21,7 @@
16
21
"react",
17
22
"numeric"
18
23
],
24
+ "author": "Mehmet Kamil Morcay <[email protected]> (https://github.com/mkg0)",
19
25
"license": "MIT",
20
26
"dependencies": {
27
"autonumeric": "^4.2.7",
0 commit comments