File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 23
23
"@angular/platform-browser-dynamic" : " 2.0.0" ,
24
24
"@angular/router" : " 3.0.0" ,
25
25
"@angular/upgrade" : " 2.0.0" ,
26
- "@ngrx/core" : " ^1.2.0" ,
27
- "@ngrx/store" : " ^2.1.2" ,
28
- "angular2-in-memory-web-api" : " 0.0.20" ,
29
- "bootstrap" : " ^3.3.6" ,
26
+ "systemjs" : " 0.19.27" ,
30
27
"core-js" : " ^2.4.1" ,
31
- "es6-shim" : " ^0.35.0" ,
32
28
"reflect-metadata" : " ^0.1.3" ,
33
29
"rxjs" : " 5.0.0-beta.12" ,
34
- "systemjs" : " 0.19.27" ,
35
- "zone.js" : " ^0.6.23"
30
+ "zone.js" : " ^0.6.23" ,
31
+ "angular2-in-memory-web-api" : " 0.0.20" ,
32
+ "bootstrap" : " ^3.3.6" ,
33
+ "es6-shim" : " ^0.35.0" ,
34
+ "@ngrx/core" : " ^1.2.0" ,
35
+ "@ngrx/store" : " ^2.2.1"
36
36
},
37
37
"devDependencies" : {
38
38
"concurrently" : " ^2.2.0" ,
39
- "lite-server" : " ^2.2.2 " ,
39
+ "lite-server" : " ^2.2.0 " ,
40
40
"typescript" : " ^2.0.2" ,
41
- "typings" : " ^1.3.2 "
41
+ "typings" : " ^1.0.4 "
42
42
}
43
43
}
Original file line number Diff line number Diff line change 40
40
main : './index.js' ,
41
41
defaultExtension : 'js'
42
42
} ,
43
- '@ngrx/core' : { main : 'index .js' , defaultExtension : 'js' } ,
44
- '@ngrx/store' : { main : 'index .js' , defaultExtension : 'js' }
43
+ '@ngrx/core' : { main : 'bundles/core.umd .js' , defaultExtension : 'js' } ,
44
+ '@ngrx/store' : { main : 'bundles/store.umd .js' , defaultExtension : 'js' }
45
45
}
46
46
} ) ;
47
47
} ) ( this ) ;
You can’t perform that action at this time.
0 commit comments