Skip to content

Commit

Permalink
Updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Apr 14, 2019
1 parent 45e6a35 commit 51830e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version [5.2.0](https://github.com/cedx/lcov.js/compare/v5.1.1...v5.2.0)
- Modified the package layout.
- Updated the package dependencies.

## Version [5.1.1](https://github.com/cedx/lcov.js/compare/v5.1.0...v5.1.1)
- Fixed the [GitHub issue #3](https://github.com/cedx/lcov.js/issues/3): the browser bundle was not deployed on CDNs.

Expand Down
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = config => config.set({
frameworks: ['mocha', 'karma-typescript'],
karmaTypescriptConfig: {
coverageOptions: {instrumentation: false},
include: ['test/**/*_test.ts'],
include: ['**/*_test.ts'],
tsconfig: '../tsconfig.json'
},
plugins: [
Expand Down

0 comments on commit 51830e7

Please sign in to comment.