|
23 | 23 | }, |
24 | 24 | "scripts": { |
25 | 25 | "docs:toc": "markdown-toc -i README.md", |
26 | | - "test": "mocha test/ && (cd example && npm install && npm test)" |
| 26 | + "test": "mocha test/ && (cd example && npm install && npm test)", |
| 27 | + "release:prepare": "shipjs prepare", |
| 28 | + "release:trigger": "shipjs trigger" |
27 | 29 | }, |
28 | 30 | "keywords": [ |
29 | 31 | "textlint", |
30 | 32 | "preset" |
31 | 33 | ], |
32 | 34 | "devDependencies": { |
33 | 35 | "markdown-toc": "^1.2.0", |
34 | | - "mocha": "^6.2.3" |
| 36 | + "mocha": "^6.2.1" |
35 | 37 | }, |
36 | 38 | "dependencies": { |
37 | 39 | "@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0", |
|
49 | 51 | "textlint-rule-no-double-negative-ja": "^1.0.5", |
50 | 52 | "textlint-rule-no-doubled-conjunction": "^1.0.2", |
51 | 53 | "textlint-rule-no-doubled-conjunctive-particle-ga": "^1.1.0", |
52 | | - "textlint-rule-no-doubled-joshi": "^3.7.2", |
| 54 | + "textlint-rule-no-doubled-joshi": "^3.5.2", |
53 | 55 | "textlint-rule-no-dropping-the-ra": "^1.1.2", |
54 | 56 | "textlint-rule-no-exclamation-question-mark": "^1.0.2", |
55 | 57 | "textlint-rule-no-hankaku-kana": "^1.0.2", |
56 | | - "textlint-rule-no-mix-dearu-desumasu": "^4.0.1", |
57 | | - "textlint-rule-no-nfd": "^1.0.2", |
58 | | - "textlint-rule-preset-jtf-style": "^2.3.4", |
59 | | - "textlint-rule-sentence-length": "^2.2.0" |
| 58 | + "textlint-rule-no-mix-dearu-desumasu": "^4.0.0", |
| 59 | + "textlint-rule-no-nfd": "^1.0.1", |
| 60 | + "textlint-rule-preset-jtf-style": "^2.3.3", |
| 61 | + "textlint-rule-sentence-length": "^2.1.2" |
60 | 62 | } |
61 | 63 | } |
0 commit comments