Skip to content

Commit 970b193

Browse files
committed
readme
1 parent 381aac9 commit 970b193

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@
1414
"tailwind": "npx tailwindcss -i ./src/index.css -o ./dist/index.css"
1515
},
1616
"keywords": [],
17+
"repository": {
18+
"type": "git",
19+
"url": "git+ssh://git@github.com/LineoIT/react-ui-kit.git"
20+
},
1721
"author": "Claver Amon",
22+
"license": "ISC",
23+
"bugs": {
24+
"url": "https://github.com/LineoIT/react-ui-kit/issues"
25+
},
26+
"homepage": "https://github.com/LineoIT/react-ui-kit#readme",
1827
"devDependencies": {
1928
"@types/node": "^20.4.2",
2029
"@types/react": "^18.2.14",

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
git@github.com:LineoIT/react-ui-kit.git
1+
# React UI KIT
2+
3+
## Installation
4+
5+
```bash
6+
yarn add git+ssh://git@github.com:LineoIT/react-ui-kit.git
7+
```

0 commit comments

Comments
 (0)