Skip to content

Commit

Permalink
fix(animations): correct the main entry path in package.json (#15300)
Browse files Browse the repository at this point in the history
PR Close #15300
  • Loading branch information
sis0k0 authored and mhevery committed Mar 21, 2017
1 parent 94da801 commit 2489e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/animations/browser/package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 2489e4b

Please sign in to comment.