1
0
Fork 0

chore: Merged in cleaned up lily branch

This commit is contained in:
joostdecock 2024-05-04 16:23:03 +02:00
commit 13a390e707
30 changed files with 1931 additions and 134 deletions

View file

@ -85,6 +85,10 @@ jaeger:
'@freesewing/brian': *freesewing
'@freesewing/bent': *freesewing
'@freesewing/plugin-bust': *freesewing
lily:
peer:
'@freesewing/titan': *freesewing
'@freesewing/paco': *freesewing
new-design:
_:
'axios': &axios '1.6.8'

View file

@ -34,6 +34,8 @@ packageJson:
private: true
lab:
private: true
lily:
author: Anna Puk (https://github.com/anna-puk)
lucy:
author: SeaZeeZee (https://github.com/SeaZeeZee)
lunetius: &starf

View file

@ -554,14 +554,25 @@
"techniques": []
},
"naomiwu": {
"description": "A FreeSewing pattern for Naomi Wu's signature cargo skirt",
"code": "Joost De Cock",
"design": ["Naomi Wu", "Joost De Cock"],
"description": "A FreeSewing pattern for Naomi Wu's signature cargo skirt",
"design": [
"Naomi Wu",
"Joost De Cock"
],
"difficulty": 3,
"lab": false,
"org": false,
"tags": ["bottoms", "skirts"],
"techniques": ["button", "hem", "pocket", "lining"]
"tags": [
"bottoms",
"skirts"
],
"techniques": [
"button",
"hem",
"pocket",
"lining"
]
},
"noble": {
"code": "Wouter Van Wageningen",
@ -976,5 +987,21 @@
"hem",
"button"
]
},
"lily": {
"code": "Anna Puk, Joost De Cock",
"description": "A FreeSewing pattern for basic leggings",
"design": "Anna Puk",
"difficulty": 2,
"lab": true,
"org": true,
"tags": [
"bottoms"
],
"techniques": [
"elastic",
"curvedSeam",
"hem"
]
}
}
}