@charlietango/react-docs-net
Advanced tools
Comparing version
@@ -40,7 +40,8 @@ // | ||
function ns(name ) { | ||
const cleanName = name.replace(/(?:View)?Models$/, ''); | ||
return [...cleanName.split('.'), 'ViewModels'] | ||
.map(part => upperFirst(camelCase(part))) | ||
.join('.'); | ||
return name; | ||
// const cleanName = name.replace(/(?:View)?Models$/, ''); | ||
// | ||
// return [...cleanName.split('.'), 'ViewModels'] | ||
// .map(part => upperFirst(camelCase(part))) | ||
// .join('.'); | ||
} | ||
@@ -47,0 +48,0 @@ |
{ | ||
"name": "@charlietango/react-docs-net", | ||
"description": "Package and publish a NuGet package to a custom feed.", | ||
"version": "1.1.18", | ||
"version": "1.3.3", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
41182
0.15%708
0.28%