From 4c4ecf35d136c35489259d150df69da5637f148a Mon Sep 17 00:00:00 2001 From: DecliningLotus Date: Wed, 13 Jul 2022 14:05:28 +0300 Subject: [PATCH 1/4] docs: switch unpkg to jsdelivr --- package.json | 1 - readme.md | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a8cc68821..c8a3cb0df 100755 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "main": "./dist/index.cjs.js", "module": "./dist/index.js", "types": "dist/types/index.d.ts", - "unpkg": "dist/ionicons.js", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "scripts": { diff --git a/readme.md b/readme.md index 1755ac812..2c9c3de29 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,8 @@ Also note that only visible icons are loaded, and icons which are "below the fol 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 ` + + - ``` ### Basic usage From f90e28a27b1bd8b20523a0e300ea67512dcba107 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 22 Mar 2024 10:16:27 -0400 Subject: [PATCH 3/4] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 13f9df725..d33beca69 100644 --- a/readme.md +++ b/readme.md @@ -26,8 +26,8 @@ Also note that only visible icons are loaded, and icons which are "below the fol 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 ` - + + ``` ### Basic usage From 03e0b84a191bdce23b3b8b6650ce86d91feb32b4 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 22 Mar 2024 10:16:48 -0400 Subject: [PATCH 4/4] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c207d279c..92f71396f 100755 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "main": "./dist/index.cjs.js", "module": "./dist/index.js", "types": "dist/types/index.d.ts", + "unpkg": "dist/ionicons.js", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "scripts": {