Skip to content

Commit 88c2874

Browse files
chriskrycholocks
authored andcommitted
Include @types/rsvp in blueprint. (#36)
1 parent 3d0be2e commit 88c2874

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blueprints/ember-cli-typescript/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ module.exports = {
3131
afterInstall: function() {
3232
return this.addPackagesToProject([
3333
{ name: 'typescript', target: '^2.1' },
34-
{ name: '@types/ember', target: '^2.7.34' }
34+
{ name: '@types/ember', target: '^2.7.41' },
35+
{ name: '@types/rsvp', target: '^3.3.0' }
3536
]);
3637
}
3738
}

0 commit comments

Comments
 (0)