@stinsky/xray 0.2.0 → 0.2.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stinsky/xray",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "React dev inspector — hover to see component names, click to open source in your editor. Works with React 19 + Turbopack.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -57,6 +57,6 @@
57
57
  ],
58
58
  "repository": {
59
59
  "type": "git",
60
- "url": "https://github.com/stinsky/xray"
60
+ "url": "https://github.com/ivanstnsk/xray"
61
61
  }
62
62
  }