build(typings): make router.d.ts depend on angular2.d.ts

if this is not done, DefinitelyTyped tests fail because of missing definitions for List, Map and other
apis that are part of router's public api
This commit is contained in:
Igor Minar 2015-08-19 10:08:27 -07:00
parent 6b38d249c5
commit efbd8fca4c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ module.exports = new Package('angular-v2-docs', [jsdocPackage, nunjucksPackage,
{
id: 'angular2/router',
namespace: 'ngRouter',
references: ['../es6-promise/es6-promise.d.ts'],
references: ['./angular2.d.ts'],
modules: {
'angular2/router': 'angular2/router'
}