Skip to content

Commit 76b66a3

Browse files
committed
fix: add release command
1 parent 2028f0e commit 76b66a3

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,17 @@
2323
},
2424
"scripts": {
2525
"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"
2729
},
2830
"keywords": [
2931
"textlint",
3032
"preset"
3133
],
3234
"devDependencies": {
3335
"markdown-toc": "^1.2.0",
34-
"mocha": "^6.2.3"
36+
"mocha": "^6.2.1"
3537
},
3638
"dependencies": {
3739
"@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0",
@@ -49,13 +51,13 @@
4951
"textlint-rule-no-double-negative-ja": "^1.0.5",
5052
"textlint-rule-no-doubled-conjunction": "^1.0.2",
5153
"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",
5355
"textlint-rule-no-dropping-the-ra": "^1.1.2",
5456
"textlint-rule-no-exclamation-question-mark": "^1.0.2",
5557
"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"
6062
}
6163
}

0 commit comments

Comments
 (0)