mirror of
https://github.com/re-rxjs/react-rxjs.git
synced 2025-12-08 18:01:51 +00:00
Re-RxJs -> React-RxJS fix broken links
This commit is contained in:
parent
e689b573c0
commit
6917761574
10
README.md
10
README.md
@ -5,7 +5,7 @@
|
||||
height="86"
|
||||
width="86"
|
||||
alt="React-RxJS Logo"
|
||||
src="https://raw.githubusercontent.com/react-rxjs/react-rxjs/main/assets/logo-128.png"
|
||||
src="https://raw.githubusercontent.com/re-rxjs/react-rxjs/main/assets/logo-128.png"
|
||||
/>
|
||||
|
||||
<p>React bindings for RxJS</p>
|
||||
@ -15,13 +15,13 @@
|
||||
<hr />
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
[](https://travis-ci.org/react-rxjs/react-rxjs)
|
||||
[](https://codecov.io/gh/react-rxjs/react-rxjs)
|
||||
[](https://travis-ci.org/re-rxjs/react-rxjs)
|
||||
[](https://codecov.io/gh/re-rxjs/react-rxjs)
|
||||
[](https://www.npmjs.com/package/react-rxjs)
|
||||
[](https://github.com/react-rxjs/react-rxjs/blob/main/LICENSE)
|
||||
[](https://github.com/re-rxjs/react-rxjs/blob/main/LICENSE)
|
||||
[](#contributors-)
|
||||
[](http://makeapullrequest.com)
|
||||
[](https://github.com/react-rxjs/react-rxjs/blob/main/CODE_OF_CONDUCT.md)
|
||||
[](https://github.com/re-rxjs/react-rxjs/blob/main/CODE_OF_CONDUCT.md)
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
Main features
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-rxjs",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.0.0-alpha.0",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"bundlesize": [
|
||||
{
|
||||
"path": "./dist/react-rxjs.cjs.production.min.js",
|
||||
@ -10,7 +10,7 @@
|
||||
"sideEffects": false,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/react-rxjs/react-rxjs.git"
|
||||
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user