Skip to content

Commit dab94d0

Browse files
lucas-koehlersdirix
authored andcommitted
Move vue packages up to be directly contained in packages folder
- Move vue packages - Remove obsolete build:pre and build:after scripts from vue-vanilla package - Regenerate pnpm lock file and thereby also update dependencies Fix #2162
1 parent c1686c1 commit dab94d0

File tree

97 files changed

+1194
-1105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1194
-1105
lines changed

README.md

Lines changed: 1 addition & 1 deletion

packages/examples-app/prepare-examples-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const examples = {
1414
'react-vanilla': join(packagesDir, 'vanilla-renderers', 'example', 'dist'),
1515
'react-material': join(packagesDir, 'material-renderers', 'example', 'dist'),
1616
'angular-material': join(packagesDir, 'angular-material', 'example', 'dist'),
17-
'vue-vanilla': join(packagesDir, 'vue', 'vue-vanilla', 'example', 'dist'),
17+
'vue-vanilla': join(packagesDir, 'vue-vanilla', 'example', 'dist'),
1818
};
1919

2020
// Clean and recreate dist dir
File renamed without changes.

packages/vue/vue-vanilla/README.md renamed to packages/vue-vanilla/README.md

Lines changed: 2 additions & 2 deletions

packages/vue/vue-vanilla/dev/components/App.vue renamed to packages/vue-vanilla/dev/components/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import '../../vanilla.css';
66
import { JsonFormsI18nState } from '@jsonforms/core';
77
import { ErrorObject } from 'ajv';
88
9-
import { getExamples } from '../../../../examples';
9+
import { getExamples } from '../../../examples';
1010
import get from 'lodash/get';
1111
1212
// mergeStyles combines all classes from both styles definitions into one

0 commit comments

Comments
 (0)