@vettvangur/design-system 2.0.8 → 2.0.9

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2897,7 +2897,6 @@ function renderDesignSystemViewCshtml(projectName) {
2897
2897
  `;
2898
2898
  }
2899
2899
  async function generateDesignSystemView(config, projectName) {
2900
- console.log('[inside generateDesignSystemView]', projectName);
2901
2900
  message('generating DesignSystem.cshtml...');
2902
2901
  const viewsPath = config.paths.views;
2903
2902
  const filePath = path.join(viewsPath, 'DesignSystem.cshtml');
@@ -2958,7 +2957,6 @@ async function pullAndBuild({
2958
2957
  if (target === 'razor') {
2959
2958
  // console.dir(typography, { depth: null, maxArrayLength: null })
2960
2959
 
2961
- console.log('[oull]', projectName);
2962
2960
  await generateRazor(config, projectName, buttons, colors, typography);
2963
2961
  return;
2964
2962
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vettvangur/design-system",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "type": "module",