Skip to content

Commit

Permalink
Add few tests to effects and fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhaq-e committed Aug 20, 2017
1 parent c7e8ba7 commit 86c9252
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 283 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@ngrx/effects": "4.0.2",
"@ngrx/store": "4.0.2",
"@ngrx/effects": "4.0.3",
"@ngrx/store": "4.0.3",
"rxjs": "^5.0.0"
},
"devDependencies": {
"@angular/animations": "^4.3.3",
"@angular/common": "^4.3.3",
"@angular/compiler": "^4.3.3",
"@angular/compiler-cli": "^4.3.3",
"@angular/core": "^4.3.3",
"@angular/http": "^4.3.3",
"@angular/platform-browser": "^4.3.3",
"@angular/platform-browser-dynamic": "^4.3.3",
"@angular/platform-server": "^4.3.3",
"@ngrx/effects": "4.0.2",
"@ngrx/store": "4.0.2",
"@angular/animations": "^4.3.5",
"@angular/common": "^4.3.5",
"@angular/compiler": "^4.3.5",
"@angular/compiler-cli": "^4.3.5",
"@angular/core": "^4.3.5",
"@angular/http": "^4.3.5",
"@angular/platform-browser": "^4.3.5",
"@angular/platform-browser-dynamic": "^4.3.5",
"@angular/platform-server": "^4.3.5",
"@ngrx/effects": "4.0.3",
"@ngrx/store": "4.0.3",
"@types/deep-freeze": "^0.0.29",
"@types/fs-extra": "^4.0.0",
"@types/glob": "^5.0.30",
Expand Down

0 comments on commit 86c9252

Please sign in to comment.