Skip to content

Commit bc131ca

Browse files
committed
chore(npm): add "textlintrule" as keywords
textlint/textlint#253
1 parent 26613fa commit bc131ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"prepublish": "npm run --if-present build"
2929
},
3030
"keywords": [
31-
"textlint"
31+
"textlint",
32+
"textlintrule"
3233
],
3334
"devDependencies": {
3435
"babel-cli": "^6.10.1",
@@ -43,4 +44,4 @@
4344
"dependencies": {
4445
"textlint-rule-helper": "^2.0.0"
4546
}
46-
}
47+
}

0 commit comments

Comments
 (0)