Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Fix a small typo + fix ngrx/platform#3248
  • Loading branch information
chabb authored Mar 7, 2022
1 parent 46ee247 commit 1d744f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions exercise-1-selectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve:api": "json-server --watch db.json --delay 500 --port 4300",
"build": "ng build --configuration production",
"jest": "jest --config projects/todo-app/jest.config.js",
"test": "npm run format:test && npm ru nlint && npm run jest",
"test": "npm run format:test && npm run lint && npm run jest",
"watch": "jest --watch --config projects/todo-app/jest.config.js",
"lint": "ng lint",
"e2e": "ng e2e",
Expand All @@ -28,10 +28,10 @@
"@angular/platform-browser": "~13.0.3",
"@angular/platform-browser-dynamic": "~13.0.3",
"@angular/router": "~13.0.3",
"@ngrx/effects": "^13.0.1",
"@ngrx/router-store": "^13.0.1",
"@ngrx/store": "^13.0.1",
"@ngrx/store-devtools": "^13.0.1",
"@ngrx/effects": "^13.0.2",
"@ngrx/router-store": "^13.0.2",
"@ngrx/store": "^13.0.2",
"@ngrx/store-devtools": "^13.0.2",
"rxjs": "~7.4.0",
"tslib": "^2.0.0",
"uuid": "^3.3.3",
Expand Down

0 comments on commit 1d744f5

Please sign in to comment.