Skip to content

Commit e0b00af

Browse files
committed
0.1.1
1 parent 762bf0a commit e0b00af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"src/",
1616
"lib/"
1717
],
18-
"version": "0.1.0",
18+
"version": "0.1.1",
1919
"description": "技術文書向けのtextlintルールプリセット",
2020
"main": "lib/textlint-rule-preset-ja-technical-writing.js",
2121
"directories": {
2222
"test": "test"
2323
},
2424
"scripts": {
25-
"docs:toc" : "markdown-toc -i README.md",
25+
"docs:toc": "markdown-toc -i README.md",
2626
"test": "mocha test/ && (cd example && npm install && npm test)"
2727
},
2828
"keywords": [

0 commit comments

Comments
 (0)