Fix readme

This commit is contained in:
Dan Rosén 2018-03-05 17:16:50 +01:00
parent 72e11e644a
commit 8faaba3dac
2 changed files with 1 additions and 3 deletions

View file

@ -81,12 +81,10 @@ All of 6 tests passed!
There are four different outputs available: There are four different outputs available:
```
* tape * tape
* AVA * AVA
* jest * jest
* mocha (using chai) * mocha (using chai)
```
Pull requests for other test runners are welcome. Pull requests for other test runners are welcome.

View file

@ -1,7 +1,7 @@
{ {
"$schema": "http://json.schemastore.org/package", "$schema": "http://json.schemastore.org/package",
"name": "doctest-ts", "name": "doctest-ts",
"version": "0.1.0", "version": "0.3.0",
"description": "doctest support for typescript", "description": "doctest support for typescript",
"main": "src/main.ts", "main": "src/main.ts",
"bin": { "bin": {