1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-05-30 18:48:20 +02:00
parent 914f8a4d24
commit 74b61d1a93
194 changed files with 744 additions and 738 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-scalebox",
"version": "2.16.1-rc.0",
"version": "2.16.1",
"description": "A FreeSewing plugin to add a scalebox to your pattern",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -32,7 +32,7 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.16.1-rc.0"
"@freesewing/core": "^2.16.1"
},
"dependencies": {},
"devDependencies": {},
@ -43,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "next"
"tag": "latest"
},
"engines": {
"node": ">=12.0.0",