2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-12-04 02:48:20 +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", "name": "iconify/json",
"description": "Iconify icons collection in JSON format", "description": "Iconify icons collection in JSON format",
"type": "library", "type": "library",
"version": "2.1.159", "version": "2.2.0",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "autoload": {

View File

@ -45,7 +45,7 @@
"test:cjs": "vitest --config vitest.config.cjs", "test:cjs": "vitest --config vitest.config.cjs",
"test:esm": "vitest --config vitest.config.mjs", "test:esm": "vitest --config vitest.config.mjs",
"test": "npm run test:cjs && npm run test:esm", "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" "prepublishOnly": "npm run build && npm run version"
}, },
"dependencies": { "dependencies": {