File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = function(grunt) {
19
19
'command' : 'istanbul cover --report "html" --verbose --dir "coverage" "tests/tests.js"; istanbul report --root "coverage" --format "html"'
20
20
} ,
21
21
'cover-coveralls' : {
22
- 'command' : 'istanbul cover --verbose --dir "coverage" "tests/tests.js" && cat coverage/lcov.info | coveralls; rm -rf coverage/lcov*'
22
+ 'command' : 'istanbul cover --verbose --dir "coverage" "tests/tests.js" && coveralls < coverage/lcov.info| coveralls < coverage/lcov.info ; rm -rf coverage/lcov*'
23
23
} ,
24
24
'test-narwhal' : {
25
25
'command' : 'echo "Testing in Narwhal..."; export NARWHAL_OPTIMIZATION=-1; narwhal "tests/tests.js"'
Original file line number Diff line number Diff line change 20
20
"url" : " https://github.com/mathiasbynens/utf8.js.git"
21
21
},
22
22
"bugs" : " https://github.com/mathiasbynens/utf8.js/issues" ,
23
+ "files" : [
24
+ " LICENSE-MIT.txt" ,
25
+ " utf8.js"
26
+ ],
23
27
"scripts" : {
24
28
"test" : " node tests/tests.js"
25
29
},
You can’t perform that action at this time.
0 commit comments