textlint-tester
Advanced tools
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "testing tool for textlint rule.", | ||
@@ -37,3 +37,3 @@ "main": "lib/textlint-tester.js", | ||
"dependencies": { | ||
"textlint": "^5.6.0" | ||
"textlint": "^6.0.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
@@ -7,3 +7,3 @@ # textlint-tester [](https://travis-ci.org/textlint/textlint-tester) | ||
npm install -D textlint-tester | ||
npm install -D textlint-tester mocha | ||
@@ -85,3 +85,3 @@ ## Usage | ||
```sh | ||
mocha test/ | ||
$(npm bin)/mocha test/ | ||
``` | ||
@@ -91,3 +91,3 @@ | ||
mocha test/ | ||
$(npm bin)/mocha test/ | ||
# npm test | ||
@@ -94,0 +94,0 @@ |
26767
0.1%