@iconify-json/humbleicons 1.1.11 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/index.mjs +2 -2
- package/info.json +1 -1
- 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' with { type: 'json' };
|
2
|
+
import info from './info.json' with { type: 'json' };
|
3
3
|
|
4
4
|
const metadata = {};
|
5
5
|
const chars = {};
|
package/info.json
CHANGED