Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrakov committed Nov 25, 2022
1 parent 34a92c0 commit 70283a3
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 70283a3

Please sign in to comment.