File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
### Install
2
2
3
3
``` bash
4
- git clone https://github.com/dev-vignesh /reactstrap-collapse.git
4
+ git clone https://github.com/devevignesh /reactstrap-collapse.git
5
5
```
6
6
7
7
Then you can run it by:
Original file line number Diff line number Diff line change 2
2
"name" : " reactstrap-collapse" ,
3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
+ "homepage" : " https://devevignesh.github.io/reactstrap-collapse" ,
5
6
"dependencies" : {
6
7
"bootstrap" : " ^4.2.1" ,
8
+ "gh-pages" : " ^2.0.1" ,
7
9
"react" : " ^16.8.1" ,
8
10
"react-dom" : " ^16.8.1" ,
9
11
"react-scripts" : " 2.1.3" ,
13
15
"start" : " react-scripts start" ,
14
16
"build" : " react-scripts build" ,
15
17
"test" : " react-scripts test" ,
18
+ "predeploy" : " npm run build" ,
19
+ "deploy" : " gh-pages -d build" ,
16
20
"eject" : " react-scripts eject"
17
21
},
18
22
"eslintConfig" : {
You can’t perform that action at this time.
0 commit comments