toastify-all 1.0.0 → 1.0.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 +4 -4
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  ## 🎮 Live Interactive Demo
13
13
 
14
14
  Try Toastify-All in real-time in your browser:
15
- 👉 **[Open Live Interactive Playground](https://veereshmaps.github.io/toastify-all/)**
15
+ 👉 **[Open Live Interactive Playground](https://veereshpoojari.github.io/toastify-all/)**
16
16
  *(Customize positions, themes, transitions, test audio chimes, switch frameworks, and copy code snippets in 1 click)*
17
17
 
18
18
  ---
@@ -298,7 +298,7 @@ Contributions, issues, and feature requests are welcome!
298
298
 
299
299
  ```bash
300
300
  # 1. Clone the repository
301
- git clone https://github.com/VeereshMaps/toastify-all.git
301
+ git clone https://github.com/VeereshPoojari/toastify-all.git
302
302
 
303
303
  # 2. Install dependencies
304
304
  npm install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toastify-all",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Universal, modern toast notification engine for all JavaScript frameworks and platforms (React, Vue, Angular, React Native, Next.js, Vanilla)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -103,12 +103,12 @@
103
103
  "license": "UNLICENSED",
104
104
  "repository": {
105
105
  "type": "git",
106
- "url": "https://github.com/VeereshMaps/toastify-all.git"
106
+ "url": "https://github.com/VeereshPoojari/toastify-all.git"
107
107
  },
108
108
  "bugs": {
109
- "url": "https://github.com/VeereshMaps/toastify-all/issues"
109
+ "url": "https://github.com/VeereshPoojari/toastify-all/issues"
110
110
  },
111
- "homepage": "https://veereshmaps.github.io/toastify-all",
111
+ "homepage": "https://veereshpoojari.github.io/toastify-all",
112
112
  "devDependencies": {
113
113
  "@angular/core": "^17.0.0",
114
114
  "@babel/core": "^7.22.0",