File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-modal" ,
3
3
"version" : " 1.6.3" ,
4
- "homepage" : " https://github.com/rackt /react-modal" ,
4
+ "homepage" : " https://github.com/reactjs /react-modal" ,
5
5
"authors" : [
6
6
" Ryan Florence" ,
7
7
" Michael Jackson"
26
26
" karma.conf.js" ,
27
27
" package.json"
28
28
]
29
- }
29
+ }
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ <h1>react-modal</h1>
9
9
< h2 > an accessible React modal dialog component</ h2 >
10
10
</ header >
11
11
< div id ="example " class ="padbox "> </ div >
12
- < a target ="_top " href ="https://github.com/rackt /react-modal "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png "> </ a >
12
+ < a target ="_top " href ="https://github.com/reactjs /react-modal "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png "> </ a >
13
13
< script src ="../__build__/shared.js "> </ script >
14
14
< script src ="../__build__/basic.js "> </ script >
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ <h1>react-modal</h1>
10
10
< h2 > an accessible React modal dialog component</ h2 >
11
11
</ header >
12
12
< div id ="example " class ="padbox "> </ div >
13
- < a target ="_top " href ="https://github.com/rackt /react-modal "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png "> </ a >
13
+ < a target ="_top " href ="https://github.com/reactjs /react-modal "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png "> </ a >
14
14
< script src ="../__build__/shared.js "> </ script >
15
15
< script src ="../__build__/bootstrap.js "> </ script >
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ <h1>react-modal</h1>
9
9
< h2 > an accessible React modal dialog component</ h2 >
10
10
</ header >
11
11
< div id ="example " class ="padbox "> </ div >
12
- < a target ="_top " href ="https://github.com/rackt /react-modal "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png "> </ a >
12
+ < a target ="_top " href ="https://github.com/reactjs /react-modal "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png "> </ a >
13
13
< script src ="__build__/shared.js "> </ script >
14
14
< script src ="__build__/basic.js "> </ script >
Original file line number Diff line number Diff line change 5
5
"main" : " ./lib/index" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/rackt /react-modal.git"
8
+ "url" : " https://github.com/reactjs /react-modal.git"
9
9
},
10
- "homepage" : " https://github.com/rackt /react-modal" ,
11
- "bugs" : " https://github.com/rackt /react-modal/issues" ,
10
+ "homepage" : " https://github.com/reactjs /react-modal" ,
11
+ "bugs" : " https://github.com/reactjs /react-modal/issues" ,
12
12
"directories" : {
13
13
"example" : " examples"
14
14
},
64
64
" modal" ,
65
65
" dialog"
66
66
]
67
- }
67
+ }
You can’t perform that action at this time.
0 commit comments