fix(animations): correct the main entry path in package.json (#15300)

PR Close #15300
This commit is contained in:
Stanimira Vlaeva 2017-03-20 12:22:22 +02:00 committed by Miško Hevery
parent 94da80148e
commit 2489e4ba1b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@angular/animations/browser", "name": "@angular/animations/browser",
"typings": "../browser.d.ts", "typings": "../browser.d.ts",
"main": "../bundles/animation-browser.umd.js", "main": "../bundles/animations-browser.umd.js",
"module": "../@angular/animations/browser.es5.js", "module": "../@angular/animations/browser.es5.js",
"es2015": "../@angular/animations/browser.js" "es2015": "../@angular/animations/browser.js"
} }