diff --git a/index.js b/index.js index 1a9d0e8..9caabad 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ const crypto = require('crypto'); const chalk = require('chalk'); const rp = require('request-promise'); const { host, apiToken, image, accountName } = require('./config'); - +// Promise.resolve() .then(() => rp({ method: 'POST', diff --git a/package.json b/package.json index 740b681..2e10202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh-image-factory", - "version": "1.0.2", + "version": "1.3.2", "main": "index.js", "author": "olegz.codefresh ", "license": "MIT",