Skip to content

Commit

Permalink
Merge b312aac into f129cf7
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-lynch committed Oct 26, 2015
2 parents f129cf7 + b312aac commit 0db7d6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

var fs = require( 'fs' );
var path = require( 'path' );
var Promise = require( 'bluebird' );
var creditUtil = require( './util/credit' );
var packageUtil = require( './util/package' );

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"eslint": "^1.7.3",
"nyc": "^3.2.2",
"tmp": "0.0.28"
},
"dependencies": {
"bluebird": "^2.10.2"
}
}

0 comments on commit 0db7d6b

Please sign in to comment.