Skip to content

Commit

Permalink
jsSPark expose promise library
Browse files Browse the repository at this point in the history
  • Loading branch information
syzer committed Apr 7, 2015
1 parent 328e597 commit 1da3aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ module.exports = function (config) {
return {
di: di,
jsSpark: jsSpark,
taskManager: taskManager
taskManager: taskManager,
q: di.get('promise')
}
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "js-spark",
"description": "Distributed calculation / data processing system. Run computation/jobs on 1000+ cores",
"author": "syzer <[email protected]>",
"version": "0.2.8",
"version": "0.2.9",
"dependencies": {
"bluebird": "^2.3.4",
"body-parser": "^1.5.0",
Expand Down

0 comments on commit 1da3aea

Please sign in to comment.