fix(schematic): add cosmiconfig to npm package dependencies
This commit is contained in:
parent
937e2a3ec4
commit
f746d7d4ed
@ -93,8 +93,7 @@ writeFileSync(
|
||||
JSON.stringify({
|
||||
dependencies: {
|
||||
[nxTool.packageName]: nxVersion,
|
||||
'@angular/cli': '6.0.0',
|
||||
cosmiconfig: '5.0.1'
|
||||
'@angular/cli': '6.0.0'
|
||||
},
|
||||
license: 'MIT'
|
||||
})
|
||||
|
||||
@ -35,6 +35,7 @@
|
||||
"@types/yargs": "^11.0.0",
|
||||
"app-root-path": "^2.0.1",
|
||||
"fs-extra": "5.0.0",
|
||||
"cosmiconfig": "^4.0.0",
|
||||
"graphviz": "0.0.8",
|
||||
"npm-run-all": "4.1.2",
|
||||
"opn": "^5.3.0",
|
||||
|
||||
@ -67,8 +67,6 @@
|
||||
"ts-node": "~5.0.1",
|
||||
"tslint": "~5.9.1",
|
||||
"typescript": "<%= typescriptVersion %>",
|
||||
"prettier": "<%= prettierVersion %>",
|
||||
"cosmiconfig": "5.0.1",
|
||||
"fs-extra": "6.0.0"
|
||||
"prettier": "<%= prettierVersion %>"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user