Skip to content

Commit

Permalink
update v
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrakov committed Feb 9, 2023
1 parent fd6bd4c commit 83a034c
Showing 1 changed file with 56 additions and 56 deletions.
112 changes: 56 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": "stylelint-gamut",
"version": "1.3.0",
"description": "Stylelint plugin for working with different color spaces",
"main": "src/index.js",
"scripts": {
"test": "jest",
"prepare": "husky install"
},
"lint-staged": {
"*.js": "eslint --fix"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fpetrakov/stylelint-gamut.git"
},
"files": [
"src/**/*.js",
"!**/**/*.test.js"
],
"keywords": [
"stylelint",
"stylelint-plugin",
"gamut",
"lch",
"oklch",
"lab",
"oklab"
],
"author": "Fedya Petrakov",
"license": "MIT",
"bugs": {
"url": "https://github.com/fpetrakov/stylelint-gamut/issues"
},
"homepage": "https://github.com/fpetrakov/stylelint-gamut#readme",
"peerDependencies": {
"stylelint": "^14.0.0 || ^15.0.0"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest-cli": "^28.1.3",
"jest-preset-stylelint": "^5.0.4",
"lint-staged": "^13.0.3",
"stylelint": "^14.10.0"
},
"dependencies": {
"colorjs.io": "^0.4.0"
}
"name": "stylelint-gamut",
"version": "1.3.1",
"description": "Stylelint plugin for working with different color spaces",
"main": "src/index.js",
"scripts": {
"test": "jest",
"prepare": "husky install"
},
"lint-staged": {
"*.js": "eslint --fix"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fpetrakov/stylelint-gamut.git"
},
"files": [
"src/**/*.js",
"!**/**/*.test.js"
],
"keywords": [
"stylelint",
"stylelint-plugin",
"gamut",
"lch",
"oklch",
"lab",
"oklab"
],
"author": "Fedya Petrakov",
"license": "MIT",
"bugs": {
"url": "https://github.com/fpetrakov/stylelint-gamut/issues"
},
"homepage": "https://github.com/fpetrakov/stylelint-gamut#readme",
"peerDependencies": {
"stylelint": "^14.0.0 || ^15.0.0"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest-cli": "^28.1.3",
"jest-preset-stylelint": "^5.0.4",
"lint-staged": "^13.0.3",
"stylelint": "^14.10.0"
},
"dependencies": {
"colorjs.io": "^0.4.0"
}
}

0 comments on commit 83a034c

Please sign in to comment.