2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-06-02 16:30:48 +00:00

Update version for Composer

This commit is contained in:
Vjacheslav Trushkin 2023-01-01 22:17:18 +02:00
parent ee0952c577
commit 300cb1fb43
3 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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": {