1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-08-25 17:23:14 +02:00
parent 911db66cd3
commit 4f3823c65b
109 changed files with 425 additions and 689 deletions

View file

@ -1,14 +1,9 @@
> **Note**: This is part of version 2 of FreeSewing.
> It is a work in progress, and not ready for prime-time yet
>
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
<p align="center">
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align="center">An open source platform for made-to-measure sewing patterns</p>
<p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-title"
title="@freesewing/plugin-title on NPM"

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-title",
"version": "2.0.0-beta.45",
"version": "2.0.0",
"description": "A FreeSewing plugin to add a title to your pattern parts",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -32,7 +32,7 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.0-beta.45"
"@freesewing/core": "^2.0.0"
},
"dependencies": {},
"devDependencies": {},