Skip to content

Commit 2218212

Browse files
Require exactly the same version of rxjs as current Angular 2 beta
1 parent 44fd9dd commit 2218212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/angular/MusicStore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"less": "^2.5.3",
1212
"lodash": "^3.10.1",
1313
"reflect-metadata": "^0.1.2",
14-
"rxjs": "^5.0.0-beta.0",
14+
"rxjs": "5.0.0-beta.0",
1515
"systemjs": "^0.19.3",
1616
"traceur": "0.0.91"
1717
},

0 commit comments

Comments
 (0)