Commit 6e430b27 authored by Filipe Silva's avatar Filipe Silva Committed by GitHub

chore: update to rc.2 (#133)

parent bf798724
<a name="0.2.3"></a>
# 0.2.2 (2016-06-15)
* Angular 2 RC2 version
<a name="0.2.2"></a>
# 0.2.2 (2016-05-21)
* Update to Typings 1.x
......
......@@ -39,7 +39,7 @@
// Bundled (~40 requests):
function packUmd(pkgName) {
packages['@angular/'+pkgName] = { main: pkgName + '.umd.js', defaultExtension: 'js' };
packages['@angular/'+pkgName] = { main: '/bundles/' + pkgName + '.umd.js', defaultExtension: 'js' };
}
var setPackageConfig = System.packageWithIndex ? packIndex : packUmd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment