fix(@angular/*): add mappings for testing umd bundles

This commit is contained in:
Frederik Schubert
2016-09-20 09:33:29 +02:00
parent 974beb8b65
commit 792498f8c7
14 changed files with 98 additions and 49 deletions
@@ -0,0 +1,14 @@
{
"meta": {
"src/*.js": {
"deps": [
"reflect-metadata",
"zone.js"
]
}
},
"map": {
"@angular/core": ".",
"./testing": "./bundles/core-testing.umd.js"
}
}