1
0
Fork 0

fix: Author names for consistency. Closes #764

This commit is contained in:
Joost De Cock 2021-01-08 12:15:05 +01:00
parent eb0af89b0b
commit 352a461eba
2 changed files with 4 additions and 24 deletions

View file

@ -8,17 +8,7 @@ export default {
department: 'unisex',
type: 'pattern',
difficulty: 3,
tags: [
'freesewing',
'design',
'diy',
'fashion',
'made to measure',
'parametric design',
'pattern',
'sewing',
'sewing pattern'
],
tags: ['accessories'],
optionGroups: {
fit: ['backOpening', 'chestDepth'],
style: ['lengthBonus', 'bibLength', 'bibWidth', 'strapWidth']

View file

@ -5,22 +5,12 @@ import { version } from '../package.json'
export default {
name: 'holmes',
version,
design: 'AlfaLyr',
code: 'AlfaLyr',
design: 'Erica Alcusa Sáez',
code: 'Erica Alcusa Sáez',
department: 'accessories',
type: 'pattern',
difficulty: 3,
tags: [
'freesewing',
'design',
'diy',
'fashion',
'made to measure',
'parametric design',
'pattern',
'sewing',
'sewing pattern'
],
tags: ['hat'],
optionGroups: {
style: ['lengthRatio', 'goreNumber', 'brimAngle', 'brimWidth']
},