chore: Reconfigure packages
This commit is contained in:
parent
ce5aa3950a
commit
dc133297f1
119 changed files with 1268 additions and 1125 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "@freesewing/plugin-validate",
|
||||
"version": "2.15.0-rc.0",
|
||||
"description": "A FreeSewing plugin that validates aspects of your code",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
"repository": "github:freesewing/freesewing",
|
||||
"license": "MIT",
|
||||
|
@ -32,8 +32,10 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.14.0"
|
||||
"@freesewing/core": "^2.15.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
@ -41,7 +43,7 @@
|
|||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "latest"
|
||||
"tag": "next"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue