File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ const Regions = {
2929
3030module . exports = class AdvertisingClient {
3131
32- tokenUrl ;
33-
3432 constructor ( options ) {
3533
3634 this . options = options
Original file line number Diff line number Diff line change 11/**
22 * Module dependencies.
33 */
4- var Strategy = require ( './strategy ' ) ;
4+ var AdvertisingClient = require ( './AdvertisingClient ' ) ;
55
66
77/**
88 * Expose `Strategy` directly from package.
99 */
10- exports = module . exports = Strategy ;
10+ exports = module . exports = AdvertisingClient ;
1111
1212/**
1313 * Expose constructors.
1414 */
15- exports . Strategy = Strategy ;
15+ exports . Class = AdvertisingClient ;
Original file line number Diff line number Diff line change 11{
2- "name" : " amazon -advertising-api" ,
3- "version" : " 1.0.0 " ,
2+ "name" : " amz -advertising-api" ,
3+ "version" : " 1.0.1 " ,
44 "description" : " This class helps you interfacing the Amazon Advertising API." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments