@iconify-json/pinhead 1.2.9 → 1.2.11

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.
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  const icons = require('./icons.json');
2
2
  const info = require('./info.json');
3
- const metadata = require('./metadata.json');
3
+ const metadata = {};
4
4
  const chars = {};
5
5
 
6
6
  exports.icons = icons;
package/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import icons from './icons.json' with { type: 'json' };
2
2
  import info from './info.json' with { type: 'json' };
3
- import metadata from './metadata.json' with { type: 'json' };
4
3
 
4
+ const metadata = {};
5
5
  const chars = {};
6
6
  export { icons, info, metadata, chars };
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "pinhead",
3
3
  "name": "Pinhead Map Icons",
4
- "total": 2348,
4
+ "total": 2431,
5
5
  "author": {
6
6
  "name": "Quincy Morgan",
7
7
  "url": "https://github.com/waysidemapping/pinhead"