Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Nov 29, 2015
1 parent 76d322b commit 705f761
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lib/hw-promise.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var util = require('util')
, Promise = require('bluebird/js/main/promise')()
, Promise = require('bluebird/js/release/promise')()
, that;

that = function () {
Expand Down
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hw-promise",
"version": "0.0.1",
"version": "0.0.2",
"description": "Better promise",
"main": "lib/hw-promise.js",
"author": "Olivier Penhoat <openhoat@gmail.com> (http://headwood.net/)",
Expand All @@ -12,8 +12,9 @@
"url": "https://github.com/openhoat/hw-promise/issues"
},
"engines": {
"node": "node >= 0.12.x"
"node": ">=0.12.0"
},
"license": "MIT",
"config": {
"blanket": {
"pattern": [
Expand All @@ -27,22 +28,22 @@
}
},
"dependencies": {
"bluebird": "^2.9.25"
"bluebird": "^3.0.5"
},
"devDependencies": {
"chai": "^2.3.0",
"chai": "^3.4.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-mkdir": "^0.1.2",
"grunt-mocha-cov": "^0.4.0",
"hw-logger": "^1.1.9",
"jshint-stylish": "^1.0.2",
"load-grunt-tasks": "^3.1.0",
"mocha": "^2.2.4",
"hw-logger": "^1.1.11",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.4",
"mocha-cobertura-reporter": "^1.0.4",
"time-grunt": "^1.1.1",
"xunit-file": "0.0.6"
"time-grunt": "^1.2.2",
"xunit-file": "0.0.9"
}
}

0 comments on commit 705f761

Please sign in to comment.