1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-01-19 11:18:40 +01:00
parent b08041540d
commit 2ade0d5cc3
111 changed files with 622 additions and 624 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-cutonfold",
"version": "2.12.0-rc.0",
"version": "2.12.0",
"description": "A FreeSewing plugin to add cut-on-fold indicators on your patterns",
"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.12.0-rc.0"
"@freesewing/core": "^2.12.0"
},
"dependencies": {},
"devDependencies": {},
@ -43,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "next"
"tag": "latest"
},
"engines": {
"node": ">=12.0.0",