fix(node): install @nestjs/scheamtics as a dependency of @nrwl/nest (#2999)

This commit is contained in:
Jason Jean 2020-05-13 08:42:28 -04:00 committed by GitHub
parent e43229a28c
commit 418fbd504a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,12 +29,12 @@
"migrations": "./migrations.json"
},
"peerDependencies": {
"@nrwl/workspace": "*",
"@nestjs/schematics": "^6.3.0"
"@nrwl/workspace": "*"
},
"dependencies": {
"@nrwl/node": "*",
"@nrwl/jest": "*",
"@angular-devkit/schematics": "~9.1.0"
"@angular-devkit/schematics": "~9.1.0",
"@nestjs/schematics": "^6.3.0"
}
}