Loading README.md +2 −0 Original line number Diff line number Diff line Loading @@ -397,6 +397,8 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a ### Main Branch - v0.4.2 (forthcoming) - Updated dependencies - v0.4.1 (2015-03-20) - Improved Error types to work in browsers without v8 engine *(Thanks to @nodiis for [pull request #40](https://github.com/tyabonil/request-promise/pull/40))* Loading lib/rp.js +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ var Bluebird = require('./bluebird-fresh.js'), var request = (function () { function clearCache() { _(require.cache).keys().forEach(function (key) { _.forEach(_.keys(require.cache), function (key) { delete require.cache[key]; }); } Loading package.json +2 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,8 @@ }, "dependencies": { "bluebird": "^2.3", "chalk": "^0.5.1", "lodash": "^2.4.1", "chalk": "1.0.x", "lodash": "3.6.x", "request": "^2.34" }, "devDependencies": { Loading Loading
README.md +2 −0 Original line number Diff line number Diff line Loading @@ -397,6 +397,8 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a ### Main Branch - v0.4.2 (forthcoming) - Updated dependencies - v0.4.1 (2015-03-20) - Improved Error types to work in browsers without v8 engine *(Thanks to @nodiis for [pull request #40](https://github.com/tyabonil/request-promise/pull/40))* Loading
lib/rp.js +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ var Bluebird = require('./bluebird-fresh.js'), var request = (function () { function clearCache() { _(require.cache).keys().forEach(function (key) { _.forEach(_.keys(require.cache), function (key) { delete require.cache[key]; }); } Loading
package.json +2 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,8 @@ }, "dependencies": { "bluebird": "^2.3", "chalk": "^0.5.1", "lodash": "^2.4.1", "chalk": "1.0.x", "lodash": "3.6.x", "request": "^2.34" }, "devDependencies": { Loading