Skip to content

Commit a4c8dee

Browse files
committed
chore: coveralls added
1 parent 88fa83c commit a4c8dee

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ module.exports = function(grunt) {
7373
// Release tasks
7474
grunt.registerTask('min', ['uglify']);
7575
// Development
76-
grunt.registerTask('test', ["karma:travis"]);
76+
grunt.registerTask('test', ["karma:travis", "coveralls"]);
7777
};

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
"url": "https://github.com/flowjs/flow.js/issues"
2929
},
3030
"devDependencies": {
31-
"grunt": "~0.4.1",
32-
"grunt-contrib-uglify": "~0.2.2",
33-
"karma-chrome-launcher": "~0.1.0",
34-
"karma-firefox-launcher": "~0.1.0",
35-
"karma-ie-launcher": "~0.1.1",
36-
"karma-jasmine": "~0.1.0",
37-
"karma": "~0.10.1",
38-
"grunt-karma": "~0.6.1",
31+
"grunt": "*",
32+
"grunt-contrib-uglify": "*",
33+
"karma-chrome-launcher": "*",
34+
"karma-firefox-launcher": "*",
35+
"karma-ie-launcher": "*",
36+
"karma-jasmine": "~0.1",
37+
"karma": "0.10.1",
38+
"grunt-karma": "0.6.1",
3939
"grunt-saucelabs": "~4.0.4",
4040
"karma-sauce-launcher": "~0.1.0",
4141
"sinon": "~1.7.3",
42-
"karma-coverage": "~0.1.0",
42+
"karma-coverage": "0.1.0",
4343
"grunt-karma-coveralls": "~2.0.2"
4444
}
4545
}

0 commit comments

Comments
 (0)