Skip to content

Commit 6e430b2

Browse files
authored
chore: update to rc.2 (angular#133)
1 parent bf79872 commit 6e430b2

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="0.2.3"></a>
2+
# 0.2.2 (2016-06-15)
3+
* Angular 2 RC2 version
4+
15
<a name="0.2.2"></a>
26
# 0.2.2 (2016-05-21)
37
* Update to Typings 1.x

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@
2020
"author": "",
2121
"license": "ISC",
2222
"dependencies": {
23-
"@angular/common": "2.0.0-rc.1",
24-
"@angular/compiler": "2.0.0-rc.1",
25-
"@angular/core": "2.0.0-rc.1",
26-
"@angular/http": "2.0.0-rc.1",
27-
"@angular/platform-browser": "2.0.0-rc.1",
28-
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
29-
"@angular/router": "2.0.0-rc.1",
30-
"@angular/router-deprecated": "2.0.0-rc.1",
31-
"@angular/upgrade": "2.0.0-rc.1",
23+
"@angular/common": "2.0.0-rc.2",
24+
"@angular/compiler": "2.0.0-rc.2",
25+
"@angular/core": "2.0.0-rc.2",
26+
"@angular/http": "2.0.0-rc.2",
27+
"@angular/platform-browser": "2.0.0-rc.2",
28+
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
29+
"@angular/router": "2.0.0-rc.2",
30+
"@angular/router-deprecated": "2.0.0-rc.2",
31+
"@angular/upgrade": "2.0.0-rc.2",
3232

3333
"systemjs": "0.19.27",
3434
"core-js": "^2.4.0",
3535
"reflect-metadata": "^0.1.3",
3636
"rxjs": "5.0.0-beta.6",
3737
"zone.js": "^0.6.12",
3838

39-
"angular2-in-memory-web-api": "0.0.10",
39+
"angular2-in-memory-web-api": "0.0.11",
4040
"bootstrap": "^3.3.6"
4141
},
4242
"devDependencies": {

systemjs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
// Bundled (~40 requests):
4141
function packUmd(pkgName) {
42-
packages['@angular/'+pkgName] = { main: pkgName + '.umd.js', defaultExtension: 'js' };
42+
packages['@angular/'+pkgName] = { main: '/bundles/' + pkgName + '.umd.js', defaultExtension: 'js' };
4343
}
4444

4545
var setPackageConfig = System.packageWithIndex ? packIndex : packUmd;

0 commit comments

Comments
 (0)