1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-04-11 17:32:58 +02:00
parent ce5aa3950a
commit dc133297f1
119 changed files with 1268 additions and 1125 deletions

View file

@ -2,7 +2,7 @@
"name": "@freesewing/plugin-theme",
"version": "2.15.0-rc.0",
"description": "A FreeSewing plugin that provides a default theme",
"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",
@ -33,8 +33,10 @@
"prebuild": "npx node-sass --output-style compressed -r src/scss -o css && echo 'export default `' > src/bundle.css.js && cat css/*.css >> src/bundle.css.js && echo '`;' >> src/bundle.css.js"
},
"peerDependencies": {
"@freesewing/core": "^2.14.0"
"@freesewing/core": "^2.15.0-rc.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -42,7 +44,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",