@siteping/widget 0.9.0 → 0.9.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  A lightweight feedback widget that lets your clients annotate websites during development. Draw rectangles, leave comments, track bugs — directly on the live site.
9
9
 
10
- Part of the [@siteping](https://github.com/NeosiaNexus/siteping) monorepo.
10
+ Part of the [@siteping](https://github.com/NeosiaNexus/SitePing) monorepo.
11
11
 
12
12
  ## Install
13
13
 
@@ -79,4 +79,4 @@ initSiteping({
79
79
 
80
80
  ## License
81
81
 
82
- [MIT](https://github.com/NeosiaNexus/siteping/blob/main/LICENSE)
82
+ [MIT](https://github.com/NeosiaNexus/SitePing/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siteping/widget",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Feedback widget for client review during development — annotations, bugs, questions directly on the site",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -37,10 +37,10 @@
37
37
  ],
38
38
  "author": "neosianexus",
39
39
  "license": "MIT",
40
- "homepage": "https://github.com/NeosiaNexus/siteping/tree/main/packages/widget",
40
+ "homepage": "https://github.com/NeosiaNexus/SitePing/tree/main/packages/widget",
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "git+https://github.com/NeosiaNexus/siteping.git",
43
+ "url": "git+https://github.com/NeosiaNexus/SitePing.git",
44
44
  "directory": "packages/widget"
45
45
  },
46
46
  "dependencies": {