@manas-dev/global-themes 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)
6
6
  [![Downloads](https://img.shields.io/npm/dm/@manas-dev/global-themes.svg?style=flat-square)](https://www.npmjs.com/package/@manas-dev/global-themes)
7
7
 
8
- ![Global Themes Preview](./assets/preview.svg)
8
+ ![Global Themes Preview](https://raw.githubusercontent.com/ManasBarman229/global-themes/main/assets/preview.svg)
9
9
 
10
10
  A beautiful, animated, and fully accessible theme picker component for React applications.
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manas-dev/global-themes",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A beautiful, animated theme picker component.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -27,4 +27,4 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  }
30
- }
30
+ }