We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb1ca2 commit 3dc90c7Copy full SHA for 3dc90c7
1 file changed
package.json
@@ -1,10 +1,14 @@
1
{
2
"name": "react-odontogram",
3
"description": "dental chart for selecting teeth",
4
- "version": "0.0.2",
+ "version": "0.1.0",
5
"author": "Pratik Sharma <sharma.pratik2016@gmail.com>",
6
"license": "MIT",
7
- "keywords": ["odontogram", "react", "dental-chart"],
+ "keywords": [
8
+ "odontogram",
9
+ "react",
10
+ "dental-chart"
11
+ ],
12
"publishConfig": {
13
"access": "public"
14
},
@@ -34,7 +38,9 @@
34
38
"import": "./dist/index.mjs"
35
39
}
36
40
37
- "files": ["dist"],
41
+ "files": [
42
+ "dist"
43
44
"config": {
45
"commitizen": {
46
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
0 commit comments