Upgraded angular to the latest alpha

This commit is contained in:
Roman Gotsiy 2015-10-17 21:40:04 +03:00
parent 094c42f07a
commit c8652f7f6d
2 changed files with 13 additions and 13 deletions

View File

@ -21,8 +21,7 @@
"jspm": {
"configFile": "system.config.js",
"dependencies": {
"@reactivex/rxjs": "npm:@reactivex/rxjs@^5.0.0-alpha.2",
"angular2": "npm:angular2@^2.0.0-alpha.39",
"angular2": "npm:angular2@^2.0.0-alpha.44",
"es6-shim": "github:es-shims/es6-shim@^0.33.6",
"json-formatter-js": "npm:json-formatter-js@^0.2.0",
"json-pointer": "npm:json-pointer@^0.3.0",
@ -34,10 +33,10 @@
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"clean-css": "npm:clean-css@^3.4.6",
"core-js": "npm:core-js@^1.1.4",
"css": "github:systemjs/plugin-css@^0.1.18",
"systemjs/plugin-json": "github:systemjs/plugin-json@^0.1.0",
"clean-css": "npm:clean-css@^3.4.6"
"systemjs/plugin-json": "github:systemjs/plugin-json@^0.1.0"
}
},
"devDependencies": {

View File

@ -37,8 +37,7 @@ System.config({
},
map: {
"@reactivex/rxjs": "npm:@reactivex/rxjs@5.0.0-alpha.2",
"angular2": "npm:angular2@2.0.0-alpha.39",
"angular2": "npm:angular2@2.0.0-alpha.44",
"babel": "npm:babel-core@5.8.25",
"babel-runtime": "npm:babel-runtime@5.8.25",
"clean-css": "npm:clean-css@3.4.6",
@ -128,8 +127,9 @@ System.config({
"github:jspm/nodelibs-zlib@0.1.0": {
"browserify-zlib": "npm:browserify-zlib@0.1.4"
},
"npm:@reactivex/rxjs@5.0.0-alpha.2": {
"npm:@reactivex/rxjs@5.0.0-alpha.4": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:amdefine@1.0.0": {
@ -138,14 +138,14 @@ System.config({
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:angular2@2.0.0-alpha.39": {
"npm:angular2@2.0.0-alpha.44": {
"@reactivex/rxjs": "npm:@reactivex/rxjs@5.0.0-alpha.4",
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"reflect-metadata": "npm:reflect-metadata@0.1.2",
"rx": "npm:rx@2.5.1",
"reflect-metadata": "npm:reflect-metadata@0.1.1",
"zone.js": "npm:zone.js@0.5.8"
},
"npm:argparse@1.0.2": {
@ -646,6 +646,10 @@ System.config({
"string_decoder": "npm:string_decoder@0.10.31",
"util-deprecate": "npm:util-deprecate@1.0.1"
},
"npm:reflect-metadata@0.1.1": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:reflect-metadata@0.1.2": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
@ -686,9 +690,6 @@ System.config({
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:rx@2.5.1": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:sha.js@2.4.4": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",