Skip to content

Commit

Permalink
[5.5.0] MUSE is now in TypeScript!
Browse files Browse the repository at this point in the history
  • Loading branch information
kirainmoe committed Oct 18, 2017
1 parent 3dcf607 commit d7672d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
]
}
});
Expand Down

0 comments on commit d7672d7

Please sign in to comment.