File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ const utils = require('./src/utils'),
2
2
promiseForeach = require ( './src/promiseForeach' ) ,
3
3
promiseWhile = require ( './src/promiseWhile' ) ,
4
4
couchbaseService = require ( './src/couchbase/index' ) ,
5
- mailService = require ( './src/mailService/index' ) ,
6
- adsenseService = require ( './src/adsenseApi/adsenseService' ) ;
5
+ mailService = require ( './src/mailService/index' ) ;
6
+ // adsenseService = require('./src/adsenseApi/adsenseService');
7
7
8
8
module . exports = {
9
9
utils,
10
10
promiseForeach,
11
11
promiseWhile,
12
- adsenseService,
12
+ // adsenseService,
13
13
couchbaseService,
14
14
mailService
15
15
}
Original file line number Diff line number Diff line change 10
10
"type" : " git" ,
11
11
"url" : " https://github.com./adpushup/NodeUtils.git"
12
12
},
13
- "keywords" : [" nodejs" , " utils" ],
13
+ "keywords" : [
14
+ " nodejs" ,
15
+ " utils"
16
+ ],
14
17
"author" : " " ,
15
18
"license" : " ISC" ,
16
19
"bugs" : {
22
25
"couchbase" : " 2.5.1" ,
23
26
"crypto-js" : " ^3.1.9-1" ,
24
27
"emailjs" : " ^1.0.12" ,
25
- "googleapis" : " ^19.0.0" ,
26
28
"lodash" : " ^4.17.15" ,
27
29
"moment" : " ^2.24.0"
28
30
}
29
- }
31
+ }
You can’t perform that action at this time.
0 commit comments