Commit cd756259 authored by analog-nico's avatar analog-nico
Browse files

Updated dependencies

parent 843a4bbf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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))*
+1 −1
Original line number Diff line number Diff line
@@ -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];
        });
    }
+2 −2
Original line number Diff line number Diff line
@@ -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": {