Skip to content

Commit 1a7c324

Browse files
committed
chore(npm): add textlintrule as keywords
textlint/textlint#253
1 parent 905929e commit 1a7c324

File tree

9 files changed

+24
-17
lines changed

9 files changed

+24
-17
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"test": "mocha 'packages/*/test/*-test.js'"
1212
},
1313
"keywords": [
14-
"",
1514
"textlintrule"
1615
]
1716
}

packages/textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test": "mocha"
2626
},
2727
"keywords": [
28-
"textlint"
28+
"textlint",
29+
"textlintrule"
2930
],
3031
"devDependencies": {
3132
"babel-cli": "^6.0.0",
@@ -37,4 +38,4 @@
3738
"match-index": "^1.0.1",
3839
"textlint-rule-helper": "^2.0.0"
3940
}
40-
}
41+
}

packages/textlint-rule-ja-no-space-around-parentheses/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test": "mocha"
2626
},
2727
"keywords": [
28-
"textlint"
28+
"textlint",
29+
"textlintrule"
2930
],
3031
"devDependencies": {
3132
"babel-cli": "^6.0.0",
@@ -37,4 +38,4 @@
3738
"match-index": "^1.0.1",
3839
"textlint-rule-helper": "^2.0.0"
3940
}
40-
}
41+
}

packages/textlint-rule-ja-no-space-between-full-width/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test": "mocha"
2626
},
2727
"keywords": [
28-
"textlint"
28+
"textlint",
29+
"textlintrule"
2930
],
3031
"devDependencies": {
3132
"babel-cli": "^6.0.0",
@@ -38,4 +39,4 @@
3839
"regx": "^1.0.4",
3940
"textlint-rule-helper": "^2.0.0"
4041
}
41-
}
42+
}

packages/textlint-rule-ja-space-after-exclamation/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test": "mocha"
2626
},
2727
"keywords": [
28-
"textlint"
28+
"textlint",
29+
"textlintrule"
2930
],
3031
"devDependencies": {
3132
"babel-cli": "^6.0.0",
@@ -37,4 +38,4 @@
3738
"match-index": "^1.0.1",
3839
"textlint-rule-helper": "^2.0.0"
3940
}
40-
}
41+
}

packages/textlint-rule-ja-space-after-question/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test": "mocha"
2626
},
2727
"keywords": [
28-
"textlint"
28+
"textlint",
29+
"textlintrule"
2930
],
3031
"devDependencies": {
3132
"babel-cli": "^6.0.0",
@@ -37,4 +38,4 @@
3738
"match-index": "^1.0.1",
3839
"textlint-rule-helper": "^2.0.0"
3940
}
40-
}
41+
}

packages/textlint-rule-ja-space-around-code/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test": "mocha"
2626
},
2727
"keywords": [
28-
"textlint"
28+
"textlint",
29+
"textlintrule"
2930
],
3031
"devDependencies": {
3132
"babel-cli": "^6.0.0",
@@ -37,4 +38,4 @@
3738
"match-index": "^1.0.1",
3839
"textlint-rule-helper": "^2.0.0"
3940
}
40-
}
41+
}

packages/textlint-rule-ja-space-between-half-and-full-width/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test": "mocha"
2626
},
2727
"keywords": [
28-
"textlint"
28+
"textlint",
29+
"textlintrule"
2930
],
3031
"devDependencies": {
3132
"babel-cli": "^6.0.0",
@@ -37,4 +38,4 @@
3738
"match-index": "^1.0.1",
3839
"textlint-rule-helper": "^2.0.0"
3940
}
40-
}
41+
}

packages/textlint-rule-preset-ja-spacing/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test": "mocha"
2626
},
2727
"keywords": [
28-
"textlint"
28+
"textlint",
29+
"textlintrule"
2930
],
3031
"devDependencies": {
3132
"babel-cli": "^6.0.0",
@@ -42,4 +43,4 @@
4243
"textlint-rule-ja-space-after-question": "^2.0.0",
4344
"textlint-rule-ja-space-around-code": "^2.0.0"
4445
}
45-
}
46+
}

0 commit comments

Comments
 (0)