Skip to content

Commit 37d7a19

Browse files
committed
update readme
1 parent f4cb857 commit 37d7a19

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "react-numeric",
3+
"description": "A React component for choosing dates and date ranges.",
34
"version": "0.0.1",
4-
"main": "index.js",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/mkg0/react-numeric"
8+
},
9+
"main": "dist/index.js",
510
"keywords": [
611
"autonumeric",
712
"currency",
@@ -16,6 +21,7 @@
1621
"react",
1722
"numeric"
1823
],
24+
"author": "Mehmet Kamil Morcay <[email protected]> (https://github.com/mkg0)",
1925
"license": "MIT",
2026
"dependencies": {
2127
"autonumeric": "^4.2.7",

0 commit comments

Comments
 (0)