3d-marquee 0.1.11 → 0.1.12

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 +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A React library featuring a 3D rotating orb with a scrolling LED marquee effect. The word scrolls horizontally across the center band of the sphere, creating a seamless ticker display.
4
4
 
5
- ![3D Marquee Preview](./assets/preview.png)
5
+ ![3D Marquee Preview](https://raw.githubusercontent.com/CodeJonesW/3d-marquee-globe/main/assets/preview.png)
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3d-marquee",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "main": "./dist/3d-marquee.umd.js",
6
6
  "module": "./dist/3d-marquee.es.js",
@@ -14,7 +14,6 @@
14
14
  },
15
15
  "files": [
16
16
  "dist",
17
- "README.md",
18
17
  "assets"
19
18
  ],
20
19
  "scripts": {