1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-07-12 19:00:38 +02:00
parent 4230893619
commit e2b5139ca4
140 changed files with 1044 additions and 808 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-validate",
"version": "2.7.0-beta.3",
"version": "2.7.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-beta.3"
"@freesewing/core": "^2.7.0"
},
"dependencies": {},
"devDependencies": {},
@ -43,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "next"
"tag": "latest"
},
"engines": {
"node": ">=8.0.0",