1
0
Fork 0

feat: Added studio to monorepo

This commit is contained in:
joostdecock 2025-04-21 18:20:52 +02:00 committed by Joost De Cock
parent c17b58f141
commit 02f841c570
177 changed files with 2467 additions and 2118 deletions

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-timing"
"id": "plugin-timing",
"description": "A FreeSewing plugin to record the time it takes to draft your pattern parts",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}