Skip to content

Commit

Permalink
fix: package.json sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafler committed Jan 31, 2023
1 parent f81b6f1 commit 27fbc8f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,29 @@
"name": "@shelf/stylelint-config",
"version": "0.0.0",
"description": "Shelf's reusable stylelint config. Covering CSS, SCSS, HTML, React inline styles, and Styled Components. Follows best practices and streamlines your development process.",
"keywords": [
"reusable stylelint config",
"stylelint configuration",
"shared stylelint rules",
"stylelint preset",
"stylelint configuration package",
"stylelint best practices",
"stylelint config sharing",
"stylelint config repository",
"stylelint config library",
"stylelint configuration npm package",
"stylelint"
],
"repository": {
"type": "git",
"url": "https://github.com/shelfio/stylelint-config"
},
"license": "MIT",
"author": {
"name": "Andrii Myroniuk",
"email": "andrii.myroniuk@shelf.io",
"url": "https://shelf.io"
},
"repository": {
"type": "git",
"url": "https://github.com/shelfio/stylelint-config"
},
"main": "index.js",
"files": [
"index.js"
Expand All @@ -33,19 +46,6 @@
"babel": {
"extends": "@shelf/babel-config/backend"
},
"keywords": [
"reusable stylelint config",
"stylelint configuration",
"shared stylelint rules",
"stylelint preset",
"stylelint configuration package",
"stylelint best practices",
"stylelint config sharing",
"stylelint config repository",
"stylelint config library",
"stylelint configuration npm package",
"stylelint"
],
"prettier": "@shelf/prettier-config",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 27fbc8f

Please sign in to comment.