fix(schematic): add cosmiconfig to npm package dependencies

This commit is contained in:
David Herges 2018-04-30 22:31:32 +02:00 committed by Victor Savkin
parent 937e2a3ec4
commit f746d7d4ed
3 changed files with 3 additions and 5 deletions

View File

@ -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'
}) })

View File

@ -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",

View File

@ -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"
} }
} }