@ghicons/react 0.1.0 → 0.2.0

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 +4 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @ghicons/react 🇬🇭
2
2
 
3
- **Ghanaian cultural icons as React components.**
3
+ **Ghanaian symbols as React components.**
4
4
 
5
- Adinkra symbols, national emblems and other Ghanaian motifs — fully typed, tree-shakeable, and generated from the [`ghicons`](https://www.npmjs.com/package/ghicons) canonical SVG collection.
5
+ Adinkra and other tribal symbols, the currency, national emblems and more — fully typed, tree-shakeable, and generated from the [`ghicons`](https://www.npmjs.com/package/ghicons) canonical SVG collection.
6
6
 
7
- > ⚠️ **Moved from `ghicons`.** Through `0.0.1` these components were published as `ghicons`. That name now belongs to the framework-agnostic core. See the [migration guide](https://github.com/ProfessorBlackman/ghicons/blob/master/docs/MIGRATION.md).
7
+ > ⚠️ **Moved from `ghicons`.** Through `0.0.1` these components were published as `ghicons`. That name now belongs to the framework-agnostic core. See the [migration guide](https://github.com/ProfessorBlackman/ghicons/blob/master/docs/MIGRATION_v1.md).
8
8
 
9
9
  ---
10
10
 
@@ -84,7 +84,7 @@ Install [`ghicons`](https://www.npmjs.com/package/ghicons) for the raw SVGs and
84
84
 
85
85
  - [Documentation](https://github.com/ProfessorBlackman/ghicons/blob/master/docs/DOCUMENTATION.md)
86
86
  - [Contributing](https://github.com/ProfessorBlackman/ghicons/blob/master/docs/CONTRIBUTING.md)
87
- - [Browse the icons](https://ghicons.methuselah.site)
87
+ - [Browse the icons](https://ghicons.methuselah.site/icons)
88
88
 
89
89
  ## License
90
90
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ghicons/react",
3
- "version": "0.1.0",
4
- "description": "React components for GHIcons — Ghanaian cultural icons, fully typed.",
3
+ "version": "0.2.0",
4
+ "description": "React components for GHIcons — Ghanaian symbols, fully typed. Adinkra, currency, national emblems and more.",
5
5
  "keywords": [
6
6
  "icons",
7
7
  "react",
@@ -23,7 +23,7 @@
23
23
  "bugs": {
24
24
  "url": "https://github.com/ProfessorBlackman/ghicons/issues"
25
25
  },
26
- "homepage": "ghicons.methuselah.site",
26
+ "homepage": "https://ghicons.methuselah.site",
27
27
  "type": "module",
28
28
  "main": "./dist/index.umd.js",
29
29
  "module": "./dist/index.es.js",