Skip to content

Commit

Permalink
fix(cli): add typings for bluebird
Browse files Browse the repository at this point in the history
Compiletime error for bluebird fixed by adding typings.

Fixes #991
  • Loading branch information
mobilemancer committed Dec 2, 2018
1 parent 0a629cd commit 215c3e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = function(project) {
'merge2',
'tslint',
'typescript',
'@types/bluebird',
'@types/node'
);
};

0 comments on commit 215c3e0

Please sign in to comment.