Skip to content

Commit 459ee6f

Browse files
committed
fix: updated package
1 parent e1bfaa4 commit 459ee6f

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
2-
"name": "typescript-react-package-starter",
3-
"description": "",
2+
"name": "react-odontogram",
3+
"description": "dental chart for selecting teeth",
44
"version": "0.0.1",
5-
"author": "",
6-
"license": "",
7-
"keywords": [],
5+
"author": "Pratik Sharma <sharma.pratik2016@gmail.com>",
6+
"license": "MIT",
7+
"keywords": [
8+
"odontogram",
9+
"react",
10+
"dental-chart"
11+
],
12+
"publishConfig": {
13+
"access": "public"
14+
},
815
"repository": {
916
"type": "git",
1017
"url": ""
@@ -103,4 +110,4 @@
103110
"lefthook"
104111
]
105112
}
106-
}
113+
}

0 commit comments

Comments
 (0)