Skip to content

Commit

Permalink
fix(schematics): add missing dependencies to create-nx-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 7, 2018
1 parent 7610663 commit b9db0b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/schematics/bin/create-nx-workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ writeFileSync(
JSON.stringify({
dependencies: {
[nxTool.packageName]: nxVersion,
'@angular/cli': '1.7.1'
'@angular/cli': '6.0.0',
cosmiconfig: '5.0.1'
},
license: 'MIT'
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "<%= typescriptVersion %>",
"prettier": "<%= prettierVersion %>"
"prettier": "<%= prettierVersion %>",
"cosmiconfig": "5.0.1",
"fs-extra": "6.0.0"
}
}

0 comments on commit b9db0b2

Please sign in to comment.