laissez-faire
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -5,3 +5,3 @@ { | ||
"description": "A Promises/A implementation i.e a \"thenable\"", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"keywords": ["promise", "async", "future", "control", "flow"], | ||
@@ -8,0 +8,0 @@ "dependencies": {}, |
{ | ||
"name": "laissez-faire", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "A promise implementation. Simple and fast", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,2 +0,2 @@ | ||
module.exports = Promise | ||
exports = module.exports = Promise | ||
@@ -3,0 +3,0 @@ function noop () {} |
26360