You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

textlint-tester

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textlint-tester - npm Package Compare versions

Comparing version

to
1.1.0

@@ -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 [![Build Status](https://travis-ci.org/textlint/textlint-tester.svg?branch=master)](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 @@