Compare commits

...

2 Commits

Author SHA1 Message Date
Victor Savkin d7bcb77385 Release 6.1.1 2018-07-20 12:04:32 -04:00
--get 3d785c1e28 fix(schematics): fix breaking cli by installing globally via yarn 2018-07-20 12:03:43 -04:00
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@nrwl/nx-source",
"version": "6.1.0",
"version": "6.1.1",
"description": "Nrwl Extensions for Angular",
"main": "index.js",
"private": true,
+4 -2
View File
@@ -35,8 +35,6 @@
},
"dependencies": {
"@ngrx/schematics": "5.2.0",
"@schematics/angular": "0.6.1",
"@angular-devkit/schematics": "0.6.1",
"@types/yargs": "^11.0.0",
"app-root-path": "^2.0.1",
"cosmiconfig": "4.0.0",
@@ -50,5 +48,9 @@
"viz.js": "^1.8.1",
"yargs-parser": "10.0.0",
"yargs": "^11.0.0"
},
"peerDependencies": {
"@schematics/angular": "^0.6.0",
"@angular-devkit/schematics": "^0.6.0"
}
}