Commit cceeaea7 authored by antirek's avatar antirek

add promises

parent 013bb31e
This diff is collapsed.
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"node": ">=0.8.0" "node": ">=0.8.0"
}, },
"dependencies": { "dependencies": {
"q": "^1.4.1",
"readable-stream": "*" "readable-stream": "*"
}, },
"devDependencies": { "devDependencies": {
...@@ -22,7 +23,7 @@ ...@@ -22,7 +23,7 @@
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-mocha-istanbul": "^2.2.0", "grunt-mocha-istanbul": "^2.2.0",
"istanbul": "^0.3.5", "istanbul": "^0.3.5",
"memorystream": "^0.3.0", "memorystream": "^0.3.0",
"mocha": "*", "mocha": "*",
"mocha-istanbul": "^0.2.0" "mocha-istanbul": "^0.2.0"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment