release: Publish v2.14.0-rc.1
This commit is contained in:
parent
737c1d5e2a
commit
30f9ec2e77
73 changed files with 1235 additions and 1340 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/css-theme",
|
||||
"version": "2.14.0-rc.0",
|
||||
"version": "2.14.0-rc.1",
|
||||
"description": "A CSS theme for FreeSewing web UIs",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -27,14 +27,12 @@
|
|||
"start": "rollup -c -w",
|
||||
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"open-color": "^1.7.0",
|
||||
"@fontsource/permanent-marker": "latest",
|
||||
"@fontsource/roboto-mono": "latest",
|
||||
"@fontsource/ubuntu": "latest"
|
||||
"@fontsource/ubuntu": "latest",
|
||||
"open-color": "^1.7.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue