UNPKG
oauthclient
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.0
module using oauth
github.com/OmerHerera/oauthclient
OmerHerera/oauthclient
oauthclient
/
build
/
aliases.js
12 lines
(9 loc)
•
279 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.exports = function (grunt, options) {
//var
tasks = [
"clean"
,
"env"
,
"instrument"
,
"mochaTest"
,
"storeCoverage"
,
"makeReport"
]; var tasks = [
"mochaTest"
];
//
computation...
return
{
"tasks"
: [
"availabletasks"
],
"default"
: tasks }; };