Skip to content

Commit

Permalink
fix(testing): jest should depend directly on devkit packages
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored and vsavkin committed May 27, 2019
1 parent 25941de commit b0866f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"migrations": "./migrations.json"
},
"peerDependencies": {
"@nrwl/workspace": "*",
"@nrwl/workspace": "*"
},
"dependencies": {
"@angular-devkit/architect": "0.800.0-rc.4",
"@angular-devkit/core": "8.0.0-rc.4",
"@angular-devkit/schematics": "8.0.0-rc.4"
Expand Down

0 comments on commit b0866f6

Please sign in to comment.