Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 3426338

Browse files
committed
Merge pull request #15 from stylelint/package-tweaks
package.json keywords and bugs tweaks
2 parents bf41290 + 50929fe commit 3426338

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@
33
"version": "1.0.1",
44
"description": "WordPress shareable config for stylelint",
55
"keywords": [
6+
"css",
67
"stylelint",
7-
"stylelint-config"
8+
"stylelint-config",
9+
"wordpress",
10+
"WordPress"
811
],
912
"author": "Stylelint",
1013
"license": "MIT",
1114
"repository": {
1215
"type": "git",
1316
"url": "https://github.com/stylelint/stylelint-config-wordpress.git"
1417
},
18+
"homepage": "https://github.com/stylelint/stylelint-config-wordpress",
19+
"bugs": "https://github.com/stylelint/stylelint-config-wordpress/issues",
1520
"main": "index.js",
1621
"files": [
1722
"CHANGELOG.md",

0 commit comments

Comments
 (0)