hugeicons-react 0.1.0 → 0.1.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 +3 -3
  2. package/package.json +17 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # HugeIcons-React
1
+ # Hugeicons React
2
2
 
3
- Welcome to HugeIcons-React, an expertly crafted top-notch icon library designed to make your applications look vibrant and dynamic.
3
+ Welcome to Hugeicons React, an expertly crafted top-notch icon library designed to make your applications look vibrant and dynamic.
4
4
 
5
5
  With more than 3600 stroke icons available for free, our collection offers a wide range of easily customizable and scalable icons, perfect for enhancing user interfaces.
6
6
 
@@ -81,4 +81,4 @@ Contributions are welcome! If you'd like to add more icons or improve the librar
81
81
 
82
82
  ## License
83
83
 
84
- HugeIcons-React is licensed under the [CC0 1.0 Universal (CC0 1.0) Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).
84
+ Hugeicons React is licensed under the [CC0 1.0 Universal (CC0 1.0) Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hugeicons-react",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
@@ -9,11 +9,25 @@
9
9
  "scripts": {
10
10
  "build": "tsc -p tsconfig.json",
11
11
  "prepublishOnly": "npm run build",
12
- "postpublish": "npm run clean"
12
+ "postpublish": "npm run clean",
13
+ "clean": "rimraf dist"
13
14
  },
14
15
  "devDependencies": {
15
16
  "@types/jest": "^27.5.2",
16
17
  "@types/node": "^16.18.80",
17
18
  "typescript": "^4.9.5"
18
- }
19
+ },
20
+ "keywords": [
21
+ "icons",
22
+ "react-icons",
23
+ "ui-components",
24
+ "design-system",
25
+ "vector-icons",
26
+ "react-component-library",
27
+ "web-icons",
28
+ "scalable-icons",
29
+ "customizable-icons",
30
+ "icon-library"
31
+ ],
32
+ "license": "CC0-1.0"
19
33
  }