lily configuration
This commit is contained in:
parent
c990c337cb
commit
8051a3c98c
7 changed files with 22 additions and 14 deletions
|
@ -86,6 +86,9 @@ jaeger:
|
|||
'@freesewing/brian': *freesewing
|
||||
'@freesewing/bent': *freesewing
|
||||
'@freesewing/plugin-bust': *freesewing
|
||||
lily:
|
||||
peer:
|
||||
'@freesewing/titan': *freesewing
|
||||
new-design:
|
||||
_:
|
||||
'axios': &axios '1.6.7'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -989,17 +989,19 @@
|
|||
]
|
||||
},
|
||||
"lily": {
|
||||
"code": "Coder name",
|
||||
"description": "A FreeSewing pattern that needs a description",
|
||||
"design": "Designer name",
|
||||
"difficulty": 1,
|
||||
"code": "Anna Puk, Joost De Cock",
|
||||
"description": "A FreeSewing pattern for basic leggings",
|
||||
"design": "Anna Puk",
|
||||
"difficulty": 2,
|
||||
"lab": true,
|
||||
"org": false,
|
||||
"org": true,
|
||||
"tags": [
|
||||
"tagname"
|
||||
"bottoms"
|
||||
],
|
||||
"techniques": [
|
||||
"techname"
|
||||
"elastic",
|
||||
"curvedSeam",
|
||||
"hem"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
# @freesewing/lily
|
||||
|
||||
A FreeSewing pattern that needs a description
|
||||
A FreeSewing pattern for basic leggings
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "@freesewing/lily",
|
||||
"version": "3.2.0",
|
||||
"description": "A FreeSewing pattern that needs a description",
|
||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||
"description": "A FreeSewing pattern for basic leggings",
|
||||
"author": "Anna Puk (https://github.com/anna-puk)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
"repository": "github:freesewing/freesewing",
|
||||
"license": "MIT",
|
||||
|
@ -49,7 +49,8 @@
|
|||
"wbuild:all": "yarn wbuild"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "3.2.0"
|
||||
"@freesewing/core": "3.2.0",
|
||||
"@freesewing/titan": "3.2.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
</a><a
|
||||
href="#contributors-"
|
||||
title="All Contributors"
|
||||
><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
|
||||
><img src="https://img.shields.io/badge/all_contributors-124-pink.svg"
|
||||
alt="All Contributors"/>
|
||||
</a></p><p align='center'><a
|
||||
href="https://twitter.com/freesewing_org"
|
||||
|
|
|
@ -54,8 +54,8 @@
|
|||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"mocha": "10.3.0",
|
||||
"chai": "5.1.0",
|
||||
"mocha": "10.2.0",
|
||||
"chai": "5.0.3",
|
||||
"@freesewing/models": "3.2.0",
|
||||
"@freesewing/plugin-timing": "3.2.0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue