diff --git a/composer.json b/composer.json index 0353a71..639e0dc 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "2.1.159", + "version": "2.2.0", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/package.json b/package.json index 4f176ed..de6277e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "test:cjs": "vitest --config vitest.config.cjs", "test:esm": "vitest --config vitest.config.mjs", "test": "npm run test:cjs && npm run test:esm", - "version": "node sync-version", + "version": "node sync-version.cjs", "prepublishOnly": "npm run build && npm run version" }, "dependencies": { diff --git a/sync-version.js b/sync-version.cjs similarity index 100% rename from sync-version.js rename to sync-version.cjs