1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-05-10 10:54:34 +02:00
parent 9e89e0d27c
commit 3aa7b7ee4d
47 changed files with 219 additions and 148 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-validate",
"version": "2.0.0-alpha.21",
"version": "2.0.0-alpha.24",
"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/",
@ -33,8 +33,10 @@
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
},
"peerDependencies": {
"@freesewing/core": "^2.0.0-alpha.20"
"@freesewing/core": "^2.0.0-alpha.24"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",