@vettvangur/design-system 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2833,7 +2833,7 @@ async function generateNavigation(config, outpath) {
|
|
|
2833
2833
|
await fs$1.mkdir(outpath, {
|
|
2834
2834
|
recursive: true
|
|
2835
2835
|
});
|
|
2836
|
-
const cshtml = renderNavigationCshtml(
|
|
2836
|
+
const cshtml = renderNavigationCshtml();
|
|
2837
2837
|
await fs$1.writeFile(filePath, cshtml, 'utf8');
|
|
2838
2838
|
message('finished generating navigation');
|
|
2839
2839
|
}
|