Skip to content

Commit 45491b7

Browse files
authored
Merge pull request #2 from devevignesh/reactstrap-collapsible
Added gh pages
2 parents 6943f6d + 75ad1b2 commit 45491b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Install
22

33
```bash
4-
git clone https://github.com/dev-vignesh/reactstrap-collapse.git
4+
git clone https://github.com/devevignesh/reactstrap-collapse.git
55
```
66

77
Then you can run it by:

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
"name": "reactstrap-collapse",
33
"version": "0.1.0",
44
"private": true,
5+
"homepage": "https://devevignesh.github.io/reactstrap-collapse",
56
"dependencies": {
67
"bootstrap": "^4.2.1",
8+
"gh-pages": "^2.0.1",
79
"react": "^16.8.1",
810
"react-dom": "^16.8.1",
911
"react-scripts": "2.1.3",
@@ -13,6 +15,8 @@
1315
"start": "react-scripts start",
1416
"build": "react-scripts build",
1517
"test": "react-scripts test",
18+
"predeploy": "npm run build",
19+
"deploy": "gh-pages -d build",
1620
"eject": "react-scripts eject"
1721
},
1822
"eslintConfig": {

0 commit comments

Comments
 (0)