Skip to content

Commit 901415c

Browse files
committed
transfer to textlint
1 parent da6cefb commit 901415c

File tree

3 files changed

+13
-31
lines changed

3 files changed

+13
-31
lines changed

.babelrc

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# textlint-rule-no-hankaku-kana [![Build Status](https://travis-ci.org/azu/textlint-rule-no-hankaku-kana.svg?branch=master)](https://travis-ci.org/azu/textlint-rule-no-hankaku-kana)
1+
# textlint-rule-no-hankaku-kana [![Build Status](https://travis-ci.org/textlint-ja/textlint-rule-no-hankaku-kana.svg?branch=master)](https://travis-ci.org/textlint-ja/textlint-rule-no-hankaku-kana)
22

33
textlint rule that disallow to use 半角カタカナ.
44

5+
半角カナの利用を禁止する[textlint](https://github.com/textlint/textlint "textlint")ルール。
6+
57
> 半角カナ(はんかくカナ)、半角片仮名(はんかくかたかな, Halfwidth Katakana)とは、幅が半分(半角)の片仮名文字の事。
68
79
半角カナとしては以下を対象としています。
@@ -36,7 +38,7 @@ textlint --rule no-hankaku-kana README.md
3638

3739
## Changelog
3840

39-
See [Releases page](https://github.com/azu/textlint-rule-no-hankaku-kana/releases).
41+
See [Releases page](https://github.com/textlint-ja/textlint-rule-no-hankaku-kana/releases).
4042

4143
## Further Reading
4244

@@ -52,7 +54,7 @@ Install devDependencies and Run `npm test`:
5254
## Contributing
5355

5456
Pull requests and stars are always welcome.
55-
For bugs and feature requests, [please create an issue](https://github.com/azu/textlint-rule-no-hankaku-kana/issues).
57+
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-no-hankaku-kana/issues).
5658

5759
1. Fork it!
5860
2. Create your feature branch: `git checkout -b my-new-feature`

package.json

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "textlint-rule-no-hankaku-kana",
33
"repository": {
44
"type": "git",
5-
"url": "https://github.com/azu/textlint-rule-no-hankaku-kana.git"
5+
"url": "https://github.com/textlint-ja/textlint-rule-no-hankaku-kana.git"
66
},
77
"author": "azu",
88
"email": "[email protected]",
9-
"homepage": "https://github.com/azu/textlint-rule-no-hankaku-kana",
9+
"homepage": "https://github.com/textlint-ja/textlint-rule-no-hankaku-kana",
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/azu/textlint-rule-no-hankaku-kana/issues"
12+
"url": "https://github.com/textlint-ja/textlint-rule-no-hankaku-kana/issues"
1313
},
1414
"files": [
1515
"src/",
@@ -26,23 +26,16 @@
2626
"japanese"
2727
],
2828
"scripts": {
29-
"test": "mocha test/",
30-
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
31-
"watch": "babel src --out-dir lib --watch --source-maps",
29+
"test": "textlint-scripts test",
30+
"build": "textlint-scripts build",
31+
"watch": "textlint-scripts build --watch",
3232
"prepublish": "npm run --if-present build"
3333
},
3434
"devDependencies": {
35-
"babel-cli": "^6.8.0",
36-
"babel-preset-es2015": "^6.6.0",
37-
"babel-preset-jsdoc-to-assert": "^1.0.1",
38-
"babel-preset-power-assert": "^1.0.0",
39-
"babel-register": "^6.8.0",
40-
"mocha": "^2.4.5",
41-
"power-assert": "^1.3.1",
42-
"textlint-tester": "^1.2.0"
35+
"textlint-scripts": "^1.2.2"
4336
},
4437
"dependencies": {
4538
"match-index": "^1.0.1",
4639
"textlint-rule-helper": "^1.1.5"
4740
}
48-
}
41+
}

0 commit comments

Comments
 (0)