Skip to content

Commit

Permalink
chore: update package.json property order
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed May 31, 2020
1 parent 7a87ab0 commit 29ee796
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/stylelint-config-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "stylelint-config-wordpress",
"version": "13.0.0",
"description": "WordPress shareable config for stylelint",
"author": "Stylelint",
"license": "MIT",
"keywords": [
"code",
"code style",
Expand All @@ -16,24 +18,27 @@
"wordpress",
"WordPress"
],
"author": "Stylelint",
"license": "MIT",
"homepage": "https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress",
"repository": {
"type": "git",
"url": "https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress.git"
},
"homepage": "https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress",
"bugs": "https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress/issues",
"main": "index.js",
"engines": {
"node": ">=8.9.3"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"index.js",
"scss.js"
],
"engines": {
"node": ">=8.9.3"
"main": "index.js",
"dependencies": {
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-scss": "^3.3.0"
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
Expand Down Expand Up @@ -101,10 +106,5 @@
"lint-recommended",
"lint-consistent"
]
},
"dependencies": {
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-scss": "^3.3.0"
}
}

0 comments on commit 29ee796

Please sign in to comment.