fix(animations): correct the main entry path in package.json (#15300)
PR Close #15300
This commit is contained in:
parent
94da80148e
commit
2489e4ba1b
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue