File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
4
4
5
5
An experiment in fractalization and component recursion.
6
6
7
- ![ ] ( /growing-pythagoras -tree.gif )
7
+ ![ ] ( /react -tree.gif )
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.1" ,
4
4
"private" : true ,
5
5
"devDependencies" : {
6
+ "gh-pages" : " ^0.12.0" ,
6
7
"react-scripts" : " 0.7.0"
7
8
},
8
9
"dependencies" : {
11
12
"react" : " ^15.4.0" ,
12
13
"react-dom" : " ^15.4.0"
13
14
},
15
+ "homepage" : " https://swizec.github.io/react-fractals" ,
14
16
"scripts" : {
15
17
"start" : " react-scripts start" ,
16
18
"build" : " react-scripts build" ,
17
19
"test" : " react-scripts test --env=jsdom" ,
18
- "eject" : " react-scripts eject"
20
+ "eject" : " react-scripts eject" ,
21
+ "deploy" : " gh-pages -d build"
19
22
}
20
23
}
You can’t perform that action at this time.
0 commit comments