Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #18 from alex-litvak/master
Browse files Browse the repository at this point in the history
Bump version to 0.1.6 and add one more helper method
  • Loading branch information
alex-litvak committed Jul 23, 2015
2 parents 8e568a5 + 4ab22f7 commit d9467cc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions lib/helper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iron_worker",
"version": "0.1.5",
"version": "0.1.6",
"description": "Node client for IronWorker",
"homepage": "https://github.com/iron-io/iron_worker_node",
"author": "Andrew Kirilenko & Iron.io, Inc",
Expand Down
1 change: 1 addition & 0 deletions src/client.coffee
Expand Up @@ -219,3 +219,4 @@ module.exports.Client = Client
module.exports.params = helper.params
module.exports.config = helper.config
module.exports.taskId = helper.taskId
module.exports.taskDir = helper.taskDir
3 changes: 3 additions & 0 deletions src/helper.coffee
Expand Up @@ -58,3 +58,6 @@ module.exports.config = ->
parseCLIData() if !config
config

module.exports.taskDir = ->
parseCLIData() if !task_dir
task_dir

0 comments on commit d9467cc

Please sign in to comment.