mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(animations): correct the main entry path in package.json (#15300)
PR Close #15300
This commit is contained in:
parent
94da80148e
commit
2489e4ba1b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/animations/browser",
|
||||
"typings": "../browser.d.ts",
|
||||
"main": "../bundles/animation-browser.umd.js",
|
||||
"main": "../bundles/animations-browser.umd.js",
|
||||
"module": "../@angular/animations/browser.es5.js",
|
||||
"es2015": "../@angular/animations/browser.js"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue