react-reinspect 0.2.0 → 0.2.2

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.
package/README.md CHANGED
@@ -11,7 +11,8 @@ Inspect and tweak React components live, directly in your running app.
11
11
  - Inspect and override props without changing source.
12
12
  - Track rerenders while you interact with the real screen.
13
13
 
14
- ![react-reinspect runtime inspector example](https://cdn.jsdelivr.net/npm/react-reinspect@latest/docs/assets/screenshot-example.png)
14
+ ![react-reinspect runtime inspector example](docs/assets/reinspect-showcase-demo-app.gif)
15
+
15
16
 
16
17
  ## Install
17
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-reinspect",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Visual runtime inspector for React components.",
5
5
  "homepage": "https://github.com/rinslow/react-reinspect",
6
6
  "repository": {
Binary file