diff --git a/package-lock.json b/package-lock.json
index 898477b82..ea4045346 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "ionicons",
- "version": "8.0.8",
+ "version": "8.0.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ionicons",
- "version": "8.0.8",
+ "version": "8.0.9",
"license": "MIT",
"dependencies": {
"@stencil/core": "^4.30.0"
diff --git a/package.json b/package.json
index a151297ab..fae01dc58 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ionicons",
- "version": "8.0.8",
+ "version": "8.0.9",
"description": "Premium icons for Ionic.",
"files": [
"components/",
@@ -31,6 +31,9 @@
"types": "./icons/index.d.ts",
"import": "./icons/index.mjs",
"require": "./icons/index.js"
+ },
+ "./dist/ionicons.json": {
+ "default": "./dist/ionicons.json"
}
},
"scripts": {
diff --git a/readme.md b/readme.md
index b61d41c67..dc1a1c2a1 100644
--- a/readme.md
+++ b/readme.md
@@ -26,15 +26,15 @@ Also note that only visible icons are loaded, and icons that are "below the fold
If you're using [Ionic Framework](https://ionicframework.com/), Ionicons is packaged by default, so no installation is necessary. Want to use Ionicons without Ionic Framework? Place the following `
-
+
+
```
you can replace `latest` to pick any version of Ionicon, e.g.:
```html
-
-
+
+
```
### Basic usage