@nx-dotnet/core
Advanced tools
Comparing version 0.0.6-dev.22 to 0.0.6-dev.23
{ | ||
"name": "@nx-dotnet/core", | ||
"version": "0.0.6-dev.22", | ||
"version": "0.0.6-dev.23", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "generators": "./generators.json", |
@@ -17,3 +17,4 @@ "use strict"; | ||
: []; | ||
return Object.assign(Object.assign({}, options), { projectName, | ||
return Object.assign(Object.assign({}, options), { name, | ||
projectName, | ||
projectRoot, | ||
@@ -20,0 +21,0 @@ projectDirectory, |
@@ -17,3 +17,4 @@ "use strict"; | ||
: []; | ||
return Object.assign(Object.assign({}, options), { projectName, | ||
return Object.assign(Object.assign({}, options), { name, | ||
projectName, | ||
projectRoot, | ||
@@ -20,0 +21,0 @@ projectDirectory, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50370
1003