1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-07-19 13:05:14 +02:00
parent 8fd6e5ed85
commit df9712d20f
128 changed files with 643 additions and 552 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-validate",
"version": "2.7.0",
"version": "2.7.1-alpha.0",
"description": "A FreeSewing plugin that validates aspects of your code",
"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.7.0"
"@freesewing/core": "^2.7.1-alpha.0"
},
"dependencies": {},
"devDependencies": {},
@ -43,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",