fix(upgrade): correct the main entry path in package.json

This commit is contained in:
Polvista 2016-09-13 20:03:45 +03:00 committed by Igor Minar
parent fa994810d5
commit a2519c6164
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "@angular/upgrade",
"version": "0.0.0-PLACEHOLDER",
"description": "",
"main": "bundles/core.umd.js",
"main": "bundles/upgrade.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"author": "angular",