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