From 70283a3c3d6cfc9682638bb1a244979fa89389ed Mon Sep 17 00:00:00 2001 From: fpetrakov Date: Fri, 25 Nov 2022 11:20:45 +0300 Subject: [PATCH] update version --- package.json | 92 ++++++++++++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/package.json b/package.json index 34df35e..4779466 100644 --- a/package.json +++ b/package.json @@ -1,48 +1,48 @@ { - "name": "convert-to-oklch", - "version": "1.1.1", - "description": "CLI tool that converts rgb(), rgba(), hex, hsl() and hsla() colors to oklch() in specified CSS files.", - "main": "./src/index.js", - "bin": { - "convert-to-oklch": "./src/index.js" - }, - "engines": { - "node": ">=16" - }, - "type": "commonjs", - "files": [ - "src/**/*.js", - "!**/**/*.test.js" - ], - "keywords": [ - "oklch", - "convert", - "transform", - "rgb", - "rgba", - "hex", - "hsl", - "hsla" - ], - "author": "Fedya Petrakov", - "repository": { - "type": "git", - "url": "https://github.com/fpetrakov/convert-to-oklch" - }, - "bugs": { - "url": "https://github.com/fpetrakov/convert-to-oklch/issues" - }, - "license": "MIT", - "scripts": { - "test": "jest" - }, - "dependencies": { - "colorjs.io": "^0.4.0", - "commander": "^9.4.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.16" - }, - "devDependencies": { - "jest": "^28.1.3" - } + "name": "convert-to-oklch", + "version": "1.1.2", + "description": "CLI tool that converts rgb(), rgba(), hex, hsl() and hsla() colors to oklch() in specified CSS files.", + "main": "./src/index.js", + "bin": { + "convert-to-oklch": "./src/index.js" + }, + "engines": { + "node": ">=16" + }, + "type": "commonjs", + "files": [ + "src/**/*.js", + "!**/**/*.test.js" + ], + "keywords": [ + "oklch", + "convert", + "transform", + "rgb", + "rgba", + "hex", + "hsl", + "hsla" + ], + "author": "Fedya Petrakov", + "repository": { + "type": "git", + "url": "https://github.com/fpetrakov/convert-to-oklch" + }, + "bugs": { + "url": "https://github.com/fpetrakov/convert-to-oklch/issues" + }, + "license": "MIT", + "scripts": { + "test": "jest" + }, + "dependencies": { + "colorjs.io": "^0.4.0", + "commander": "^9.4.0", + "picocolors": "^1.0.0", + "postcss": "^8.4.16" + }, + "devDependencies": { + "jest": "^28.1.3" + } }