Skip to content

Commit 4ebb1a9

Browse files
committed
fix: add test_lib.d.ts to type definitions in generated package.json
1 parent 9679fc9 commit 4ebb1a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/angular2/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"definitions": [
1818
"bundles/typings/angular2/angular2.d.ts",
1919
"bundles/typings/angular2/http.d.ts",
20-
"bundles/typings/angular2/router.d.ts"
20+
"bundles/typings/angular2/router.d.ts",
21+
"bundles/typings/angular2/test_lib.d.ts"
2122
]
2223
}
2324
}

0 commit comments

Comments
 (0)