diff --git a/index.js b/index.js index 731dbbf..694130d 100644 --- a/index.js +++ b/index.js @@ -2,14 +2,14 @@ const utils = require('./src/utils'), promiseForeach = require('./src/promiseForeach'), promiseWhile = require('./src/promiseWhile'), couchbaseService = require('./src/couchbase/index'), - mailService = require('./src/mailService/index'), - adsenseService = require('./src/adsenseApi/adsenseService'); + mailService = require('./src/mailService/index'); +//adsenseService = require('./src/adsenseApi/adsenseService'); module.exports = { utils, promiseForeach, promiseWhile, - adsenseService, + //adsenseService, couchbaseService, mailService } \ No newline at end of file diff --git a/package.json b/package.json index 5c54500..4233ecf 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,10 @@ "type": "git", "url": "https://github.com/adpushup/NodeUtils.git" }, - "keywords": ["nodejs", "utils"], + "keywords": [ + "nodejs", + "utils" + ], "author": "", "license": "ISC", "bugs": { @@ -22,8 +25,7 @@ "couchbase": "2.5.1", "crypto-js": "^3.1.9-1", "emailjs": "^1.0.12", - "googleapis": "^19.0.0", "lodash": "^4.17.15", "moment": "^2.24.0" } -} +} \ No newline at end of file