1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-08-08 17:20:08 +02:00
parent 0e443bfb1e
commit f45b6665b1
164 changed files with 998 additions and 893 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/css-theme",
"version": "2.7.2",
"version": "2.8.0-beta.0",
"description": "A CSS theme for FreeSewing web UIs",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -39,10 +39,13 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6"
},
"rollup": {
"exports": "named"
}
}