You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by ro...@apache.org on 2015/08/26 14:18:12 UTC

[2/3] couchdb-nmo git commit: 0.10 promise compat

0.10 promise compat


Project: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/commit/525d4dac
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/tree/525d4dac
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/diff/525d4dac

Branch: refs/heads/master
Commit: 525d4dac4ef6029beb70069afef90d64bd74b891
Parents: f5988f9
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Sat Aug 1 17:10:14 2015 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Sat Aug 1 17:11:06 2015 +0200

----------------------------------------------------------------------
 src/v.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-nmo/blob/525d4dac/src/v.js
----------------------------------------------------------------------
diff --git a/src/v.js b/src/v.js
index a0ca7be..4a20e6c 100644
--- a/src/v.js
+++ b/src/v.js
@@ -1,4 +1,5 @@
 import nmo from './nmo.js';
+import Promise from 'bluebird';
 
 
 export default version;