From 5927f9ee760c07e23b37b947aa79a0b7adfb4a92 Mon Sep 17 00:00:00 2001 From: abhishekshankr Date: Tue, 23 Jan 2024 11:32:19 -0500 Subject: [PATCH] Update version --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 706c95f..a4114f5 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "aicons", - "version": "1.6.1", + "version": "1.6.2", "description": "A collection of customizable SVG icons built for use in LLM applications", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "format": "prettier --plugin=@prettier/plugin-xml --write '**/*.svg'" }, "repository": { "type": "git",