@reactables/examples 1.0.0-beta.2 → 1.0.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ## Description
4
4
 
5
- Three examples using [Reactables Core](https://github.com/reactables/reactables/tree/main/packages/core)
5
+ Three examples using [Reactables Core](https://github.com/reactables/reactables/tree/main/packages/core).
6
6
 
7
- See [Reactables Examples](https://github.com/reactables/reactables/tree/main/packages/core#examples)
7
+ See [Reactables Examples](https://github.com/reactables/reactables/tree/main/packages/core#examples).
package/package.json CHANGED
@@ -14,10 +14,10 @@
14
14
  "author": "David Lai",
15
15
  "license": "ISC",
16
16
  "dependencies": {
17
- "@reactables/core": "^1.0.0-beta.2"
17
+ "@reactables/core": "^1.0.0-beta.4"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "rxjs": "^6.0.0 || ^7.0.0"
21
21
  },
22
- "version": "1.0.0-beta.2"
22
+ "version": "1.0.0-beta.4"
23
23
  }