From d7672d7f73cda29e42111895cf5c876a5322f18e Mon Sep 17 00:00:00 2001 From: kirainmoe Date: Wed, 18 Oct 2017 15:03:44 +0000 Subject: [PATCH] [5.5.0] MUSE is now in TypeScript! --- README.md | 8 ++++---- karma.conf.js | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7931e27..1f42752 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,11 @@ Have a look at [here](https://moefront.github.io/muse/dist). ## Tech Stack - - react - - react-dom - - mobx + - React 16 + - TypeScript + - MobX - mobx-react - - stylus + - Stylus ## Installation diff --git a/karma.conf.js b/karma.conf.js index 21946b3..5073a0b 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -41,8 +41,7 @@ module.exports = function(config) { dir: path.join(__dirname, 'coverage'), reporters: [ { type: 'html', subdir: 'report-html' }, - { type: 'lcovonly', subdir: '.', file: 'report-lcovonly.txt' }, - { type: 'text' } + { type: 'lcovonly', subdir: '.', file: 'report-lcovonly.txt' } ] } });