Skip to content

Commit 469f140

Browse files
committed
chore: update source
1 parent 612cf0f commit 469f140

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
例) コーパスに含まれている文章に対してtextlintでチェックして意図しない結果がないかを確かめる
2727

2828
```sh
29-
npm i -g textlint technological-book-corpus-ja
29+
npm install --global textlint technological-book-corpus-ja
3030
# --rule でルール名を指定する
3131
technological-book-corpus-ja | xargs textlint --rule textlint-no-todo -f pretty-error
3232
```
@@ -37,7 +37,7 @@ technological-book-corpus-ja | xargs textlint --rule textlint-no-todo -f pretty-
3737

3838
```sh
3939
mkdir tmp/
40-
npm i . textlint technological-book-corpus-ja --prefix tmp/
40+
npm install --save-dev . textlint technological-book-corpus-ja --prefix tmp/
4141
cd tmp
4242
# --rule でルール名を指定する
4343
technological-book-corpus-ja | xargs textlint --rule textlint-rule-my-rule -f pretty-error --no-textlintrc
@@ -67,7 +67,7 @@ Install with [npm](https://www.npmjs.com/):
6767
/Users/technological-book-corpus-ja/source/js-primer/operator/README.md
6868
/Users/technological-book-corpus-ja/source/js-primer/read-eval-print/README.md
6969
/Users/technological-book-corpus-ja/source/js-primer/README.md
70-
/Users/technological-book-corpus-ja/source/js-primer/statement-expression/README.md
70+
/Users/technological-book-corpus-ja/source/js-primer/statement-expression/README.md
7171
/Users/technological-book-corpus-ja/source/js-primer/string/README.md
7272
/Users/technological-book-corpus-ja/source/js-primer/variables/README.md
7373

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"scripts": {
2121
"build": "node build.js",
22-
"update-refs": "git submodule foreach git pull",
22+
"update-refs": "git submodule update --recursive --remote",
2323
"test": "npm run build && mocha",
2424
"prepublish": "npm run build"
2525
},

repo/what-is-maven

Submodule what-is-maven updated 58 files

0 commit comments

Comments
 (0)