fix(api-builder): fix path to upgrade/static library (#3450)

This invalid path was causing the static upgrade
library to be missed from the API documentation.
This commit is contained in:
Pete Bacon Darwin 2017-03-28 13:24:27 +01:00 committed by Jesús Rodríguez
parent e2492a289b
commit 5bb92f29a4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
'router/index.ts',
'router/testing/index.ts',
'upgrade/index.ts',
'upgrade/static.ts'
'upgrade/static/index.ts'
];
readTypeScriptModules.hidePrivateMembers = true;