@iconify-json/humbleicons 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.mjs +2 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import icons from './icons.json';
2
- import info from './info.json';
1
+ import icons from './icons.json' assert { type: 'json' };
2
+ import info from './info.json' assert { type: 'json' };
3
3
 
4
4
  const metadata = {};
5
5
  const chars = {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/humbleicons",
3
3
  "description": "Humbleicons icon set in Iconify JSON format",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "iconSetVersion": "1.9.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",