1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-05-29 14:13:45 +02:00
parent 88621ad9a9
commit 94859f4afd
151 changed files with 1096 additions and 661 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-buttons",
"version": "2.16.0",
"version": "2.16.1-rc.0",
"description": "A FreeSewing plugin that provides button, buttonhole, and snap snippets",
"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.0"
"@freesewing/core": "^2.16.1-rc.0"
},
"dependencies": {},
"devDependencies": {},
@ -43,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",