1
0
Fork 0

lily configuration

This commit is contained in:
anna-puk 2024-03-02 20:37:03 +00:00
parent c990c337cb
commit 8051a3c98c
7 changed files with 22 additions and 14 deletions

View file

@ -86,6 +86,9 @@ jaeger:
'@freesewing/brian': *freesewing '@freesewing/brian': *freesewing
'@freesewing/bent': *freesewing '@freesewing/bent': *freesewing
'@freesewing/plugin-bust': *freesewing '@freesewing/plugin-bust': *freesewing
lily:
peer:
'@freesewing/titan': *freesewing
new-design: new-design:
_: _:
'axios': &axios '1.6.7' 'axios': &axios '1.6.7'

View file

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

View file

@ -989,17 +989,19 @@
] ]
}, },
"lily": { "lily": {
"code": "Coder name", "code": "Anna Puk, Joost De Cock",
"description": "A FreeSewing pattern that needs a description", "description": "A FreeSewing pattern for basic leggings",
"design": "Designer name", "design": "Anna Puk",
"difficulty": 1, "difficulty": 2,
"lab": true, "lab": true,
"org": false, "org": true,
"tags": [ "tags": [
"tagname" "bottoms"
], ],
"techniques": [ "techniques": [
"techname" "elastic",
"curvedSeam",
"hem"
] ]
} }
} }

View file

@ -47,7 +47,7 @@
# @freesewing/lily # @freesewing/lily
A FreeSewing pattern that needs a description A FreeSewing pattern for basic leggings

View file

@ -1,8 +1,8 @@
{ {
"name": "@freesewing/lily", "name": "@freesewing/lily",
"version": "3.2.0", "version": "3.2.0",
"description": "A FreeSewing pattern that needs a description", "description": "A FreeSewing pattern for basic leggings",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)", "author": "Anna Puk (https://github.com/anna-puk)",
"homepage": "https://freesewing.org/", "homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing", "repository": "github:freesewing/freesewing",
"license": "MIT", "license": "MIT",
@ -49,7 +49,8 @@
"wbuild:all": "yarn wbuild" "wbuild:all": "yarn wbuild"
}, },
"peerDependencies": { "peerDependencies": {
"@freesewing/core": "3.2.0" "@freesewing/core": "3.2.0",
"@freesewing/titan": "3.2.0"
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {

View file

@ -21,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All 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"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"

View file

@ -54,8 +54,8 @@
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"mocha": "10.3.0", "mocha": "10.2.0",
"chai": "5.1.0", "chai": "5.0.3",
"@freesewing/models": "3.2.0", "@freesewing/models": "3.2.0",
"@freesewing/plugin-timing": "3.2.0" "@freesewing/plugin-timing": "3.2.0"
}, },