fix: add test_lib.d.ts to type definitions in generated package.json

This commit is contained in:
Igor Minar 2015-10-03 20:04:28 -07:00
parent 9679fc94f6
commit 4ebb1a9096
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
"definitions": [
"bundles/typings/angular2/angular2.d.ts",
"bundles/typings/angular2/http.d.ts",
"bundles/typings/angular2/router.d.ts"
"bundles/typings/angular2/router.d.ts",
"bundles/typings/angular2/test_lib.d.ts"
]
}
}