File tree 3 files changed +5
-5
lines changed
Filter options
3 files changed +5
-5
lines changed
Original file line number Diff line number Diff line change 2
2
3
3
We want to make contributing to this project as easy and transparent as
4
4
possible. Hopefully this document makes the process for contributing clear and
5
- answers any questions you may have. If not, feel free to open an [ Issue] ( https://github.com/leebyron /immutable-js/issues ) .
5
+ answers any questions you may have. If not, feel free to open an [ Issue] ( https://github.com/facebook /immutable-js/issues ) .
6
6
7
7
## Pull Requests
8
8
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ All documentation is contained within the type definition file, [Immutable.d.ts]
295
295
Contribution
296
296
------------
297
297
298
- Use [ Github issues] ( https://github.com/leebyron /immutable-js/issues ) for requests.
298
+ Use [ Github issues] ( https://github.com/facebook /immutable-js/issues ) for requests.
299
299
300
300
We actively welcome pull requests, learn how to [ contribute] ( ./CONTRIBUTING.md ) .
301
301
Original file line number Diff line number Diff line change 2
2
"name" : " immutable" ,
3
3
"version" : " 2.0.1" ,
4
4
"description" : " Immutable Data Collections" ,
5
- "homepage" : " https://github.com/leebyron /immutable-js" ,
5
+ "homepage" : " https://github.com/facebook /immutable-js" ,
6
6
"author" : {
7
7
"name" : " Lee Byron" ,
8
8
"url" : " https://github.com/leebyron"
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " https://github.com/leebyron /immutable-js"
12
+ "url" : " https://github.com/facebook /immutable-js"
13
13
},
14
14
"bugs" : {
15
- "url" : " https://github.com/leebyron /immutable-js/issues"
15
+ "url" : " https://github.com/facebook /immutable-js/issues"
16
16
},
17
17
"main" : " dist/Immutable.js" ,
18
18
"scripts" : {
You can’t perform that action at this time.
0 commit comments