Skip to content

Commit

Permalink
Merge pull request #2 from humanstupidity/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
humanstupidity authored Apr 13, 2019
2 parents 29fe21d + 69045d6 commit 508c097
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions AdvertisingClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ const Regions = {

module.exports = class AdvertisingClient {

tokenUrl;

constructor(options) {

this.options = options
Expand Down
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/**
* Module dependencies.
*/
var Strategy = require('./strategy');
var AdvertisingClient = require('./AdvertisingClient');


/**
* Expose `Strategy` directly from package.
*/
exports = module.exports = Strategy;
exports = module.exports = AdvertisingClient;

/**
* Expose constructors.
*/
exports.Strategy = Strategy;
exports.Class = AdvertisingClient;
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-advertising-api",
"version": "1.0.0",
"name": "amz-advertising-api",
"version": "1.0.1",
"description": "This class helps you interfacing the Amazon Advertising API.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 508c097

Please sign in to comment.