From dbcf5dc87d83ee59fc23e4eaa225a15655d17d2d Mon Sep 17 00:00:00 2001 From: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> Date: Sat, 17 Apr 2021 22:12:38 +0200 Subject: Prepare release 1.2.0 (#213) * 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 --- .nycrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .nycrc (limited to '.nycrc') diff --git a/.nycrc b/.nycrc new file mode 100644 index 0000000..3c9559c --- /dev/null +++ b/.nycrc @@ -0,0 +1,5 @@ +{ + "extends": "@istanbuljs/nyc-config-typescript", + "all": true, + "include": [ "src/Lang" ] +} -- cgit v1.2.3