Skip to content

Commit

Permalink
Revert "Intermediate commit demonstrating how a parley.wrap() / parle…
Browse files Browse the repository at this point in the history
…y.capture() /etc could work."

This reverts commit 81235b5.
  • Loading branch information
mikermcneil committed Nov 15, 2017
1 parent 81235b5 commit 9589561
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 82 deletions.
77 changes: 0 additions & 77 deletions lib/ wrap.js

This file was deleted.

5 changes: 1 addition & 4 deletions lib/parley.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var util = require('util');
var _ = require('@sailshq/lodash');
var Deferred = require('./private/Deferred');
var dotWrap = require('./wrap');



/**
Expand Down Expand Up @@ -313,6 +313,3 @@ module.exports = function parley(handleExec, explicitCbMaybe, customMethods, tim
return π;

};


module.exports.wrap = dotWrap;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@sailshq/lodash": "^3.10.2",
"bluebird": "3.2.1",
"flaverr": "^1.8.0"
"flaverr": "^1.5.1"
},
"devDependencies": {
"benchmark": "2.1.2",
Expand Down

0 comments on commit 9589561

Please sign in to comment.