Skip to content

Commit ef19f30

Browse files
committed
v1.0.0
1 parent 716a42a commit ef19f30

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@texttree/tt-reference-rcl",
3-
"version": "0.3.4",
3+
"version": "1.0.0",
4+
"private": false,
45
"main": "dist/index.js",
56
"license": "MIT",
67
"url": "https://github.com/texttree/tt-reference-rcl",
@@ -28,14 +29,18 @@
2829
"react-styleguidist": "^11.1.6",
2930
"webpack": "^5.32.0"
3031
},
31-
"description": "",
32+
"description": "This library of components was made as part of the development of the Bible Study App and helps to display books and chapters from the books of the Bible.",
3233
"repository": {
3334
"type": "git",
3435
"url": "git+https://github.com/texttree/tt-reference-rcl.git"
3536
},
36-
"author": "",
37+
"author": "texttree",
3738
"bugs": {
3839
"url": "https://github.com/texttree/tt-reference-rcl/issues"
3940
},
40-
"homepage": "https://github.com/texttree/tt-reference-rcl#readme"
41+
"homepage": "https://github.com/texttree/tt-reference-rcl#readme",
42+
"keywords": [
43+
"bible",
44+
"reference"
45+
]
4146
}

0 commit comments

Comments
 (0)