@deemlol/next-icons 0.1.3 → 0.1.4

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 +7 -3
package/README.md CHANGED
@@ -10,7 +10,7 @@ A lightweight icon component library for React and Next.js, designed for simplic
10
10
 
11
11
  ### Documentation
12
12
 
13
- https://www.next-icons.xyz
13
+ https://www.nexticons.com
14
14
 
15
15
  ### Installation
16
16
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.3",
2
+ "version": "0.1.4",
3
3
  "name": "@deemlol/next-icons",
4
4
  "description": "A lightweight icon component library for React and Next.js, designed for simplicity and seamless integration.",
5
5
  "main": "build/index.js",
@@ -34,9 +34,13 @@
34
34
  "svg",
35
35
  "next-icons"
36
36
  ],
37
- "homepage": "https://www.next-icons.xyz",
37
+ "homepage": "https://www.nexticons.com",
38
38
  "bugs": {
39
- "url": "https://www.next-icons.xyz/issues"
39
+ "url": "https://www.nexticons.com/contact"
40
+ },
41
+ "repository": {
42
+ "type": "git",
43
+ "url": "https://github.com/Next-Icons/next-icons.git"
40
44
  },
41
45
  "author": {
42
46
  "email": "contact@deemdev.xyz",