Skip to content

Commit 0a629cd

Browse files
committed
fix(cli): add typings for bluebird
Compiletime error for bluebird fixed by adding typings. Fixes #991
1 parent 0232248 commit 0a629cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/commands/new/buildsystems/webpack/transpilers/typescript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = function(project) {
1414
).addToDevDependencies(
1515
'ts-loader',
1616
'ts-node',
17+
'@types/bluebird',
1718
'@types/node',
1819
'@types/lodash',
1920
'@types/webpack',

lib/dependencies.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"@types/bluebird": "^3.5.24",
23
"@types/jasmine": "^2.8.9",
34
"@types/jest": "^23.3.5",
45
"@types/lodash": "^4.14.117",

0 commit comments

Comments
 (0)