Skip to content

Commit 679d74e

Browse files
author
hs
committed
fixed dependencies
1 parent aab60b1 commit 679d74e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"grunt-tslint": "^4.0.1",
4444
"grunt-typedoc": "^0.2.4",
4545
"grunt-webpack": "^3.1.2",
46+
"grunt-coveralls": "^2.0.0",
4647
"jest": "^23.4.2",
4748
"mithril": "^1.1.6",
4849
"ts-jest": "^23.0.1",

sharedGruntConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = (grunt, dir, dependencies, type, lib) => {
2828
grunt.loadNpmTasks('grunt-ts');
2929
grunt.loadNpmTasks('grunt-webpack');
3030
grunt.loadNpmTasks('jest');
31+
grunt.loadNpmTasks('grunt-coveralls');
3132

3233
//------ Add Doc Tasks
3334
grunt.registerTask('doc', ['clean:docs', 'copy:htmlGH', 'typedoc', 'sourceCode', 'copy:docs2NPM']);

0 commit comments

Comments
 (0)