diff options
| author | Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | 2021-04-17 22:12:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-17 22:12:38 +0200 |
| commit | dbcf5dc87d83ee59fc23e4eaa225a15655d17d2d (patch) | |
| tree | d22cb94be324153581658e80a8596765755971a0 /.nycrc | |
| parent | 703019a593c1e4118b580015b1af8bcfbb86b135 (diff) | |
| download | doxdocgen-dbcf5dc87d83ee59fc23e4eaa225a15655d17d2d.tar.gz | |
Prepare release 1.2.0 (#213)1.2.0
* Prepare release 1.2.0
* Update versions
* Lint
* update appveyor
* Update travis
* Use yarn
* Add nyc
* Run cov instead of test
* remove package-lock.json
* Remove istanbul
Diffstat (limited to '.nycrc')
| -rw-r--r-- | .nycrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +{ + "extends": "@istanbuljs/nyc-config-typescript", + "all": true, + "include": [ "src/Lang" ] +} |