Skip to content

Commit 3dc90c7

Browse files
committed
chore(release): v0.1.0
1 parent feb1ca2 commit 3dc90c7

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "react-odontogram",
33
"description": "dental chart for selecting teeth",
4-
"version": "0.0.2",
4+
"version": "0.1.0",
55
"author": "Pratik Sharma <sharma.pratik2016@gmail.com>",
66
"license": "MIT",
7-
"keywords": ["odontogram", "react", "dental-chart"],
7+
"keywords": [
8+
"odontogram",
9+
"react",
10+
"dental-chart"
11+
],
812
"publishConfig": {
913
"access": "public"
1014
},
@@ -34,7 +38,9 @@
3438
"import": "./dist/index.mjs"
3539
}
3640
},
37-
"files": ["dist"],
41+
"files": [
42+
"dist"
43+
],
3844
"config": {
3945
"commitizen": {
4046
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"

0 commit comments

Comments
 (0)