Skip to content

Commit a92bc02

Browse files
committed
chore(npm): add "textlintrule" as keywords
textlint/textlint#253
1 parent 39f7329 commit a92bc02

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@
2222
"test": "test"
2323
},
2424
"scripts": {
25-
"test": "mocha test/",
26-
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
27-
"watch": "babel src --out-dir lib --watch --source-maps",
25+
"test": "textlint-scripts test",
26+
"build": "textlint-scripts build",
27+
"watch": "textlint-scripts build --watch",
2828
"prepublish": "npm run --if-present build"
2929
},
3030
"keywords": [
31-
"textlint",
31+
"japanese",
3232
"rule",
33-
"japanese"
33+
"textlint",
34+
"textlintrule"
3435
],
3536
"devDependencies": {
3637
"babel-cli": "^6.9.0",
@@ -40,7 +41,7 @@
4041
"babel-register": "^6.9.0",
4142
"mocha": "^2.5.3",
4243
"power-assert": "^1.4.1",
43-
"textlint-tester": "^1.2.0"
44+
"textlint-scripts": "^1.2.2"
4445
},
4546
"dependencies": {
4647
"kuromojin": "^1.3.1",

0 commit comments

Comments
 (0)