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 0232248 commit 0a629cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = function(project) {
).addToDevDependencies(
'ts-loader',
'ts-node',
'@types/bluebird',
'@types/node',
'@types/lodash',
'@types/webpack',
Expand Down
1 change: 1 addition & 0 deletions lib/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"@types/bluebird": "^3.5.24",
"@types/jasmine": "^2.8.9",
"@types/jest": "^23.3.5",
"@types/lodash": "^4.14.117",
Expand Down

0 comments on commit 0a629cd

Please sign in to comment.