@iryanraushan/notchify 1.1.5 → 1.1.6

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 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ Dark & light mode ready. Fully themeable. Zero config to get started.
33
33
  ## Installation
34
34
 
35
35
  ```bash
36
- npm install notchify
36
+ npm i @iryanraushan/notchify
37
37
  ```
38
38
 
39
39
  > Peer dependencies — make sure these are installed in your project:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iryanraushan/notchify",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "A classic toast notification library for React and Next.js",
5
5
  "author": "Raushan Kumar",
6
6
  "license": "MIT",