@wkovacs64/add-icon 0.1.0-dev.8b16e5c9 → 0.1.0-dev.8f859e16

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.
Files changed (2) hide show
  1. package/dist/config.js +1 -1
  2. package/package.json +1 -1
package/dist/config.js CHANGED
@@ -4,7 +4,7 @@ import path from 'node:path';
4
4
  * Default configuration
5
5
  */
6
6
  export const defaultConfig = {
7
- outputDir: './icons',
7
+ outputDir: '.', // Current directory
8
8
  };
9
9
  /**
10
10
  * Loads configuration from file if it exists
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wkovacs64/add-icon",
3
- "version": "0.1.0-dev.8b16e5c9",
3
+ "version": "0.1.0-dev.8f859e16",
4
4
  "description": "CLI tool to download and transform icons from Iconify",
5
5
  "keywords": [
6
6
  "iconify",