Skip to content

Commit 2489e4b

Browse files
sis0k0mhevery
authored andcommitted
fix(animations): correct the main entry path in package.json (#15300)
PR Close #15300
1 parent 94da801 commit 2489e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular/animations/browser",
33
"typings": "../browser.d.ts",
4-
"main": "../bundles/animation-browser.umd.js",
4+
"main": "../bundles/animations-browser.umd.js",
55
"module": "../@angular/animations/browser.es5.js",
66
"es2015": "../@angular/animations/browser.js"
77
}

0 commit comments

Comments
 (0)