1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-04-04 17:22:51 +02:00
parent b3dc52e0d5
commit 778ffcd9d7
65 changed files with 503 additions and 502 deletions

View file

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