1
0
Fork 0

🔖 Publish v2.0.0-beta.9

This commit is contained in:
Joost De Cock 2019-05-29 08:04:24 +02:00
parent 2fc2498f44
commit 0b4de9bf1b
49 changed files with 550 additions and 627 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/css-theme",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"description": "A CSS theme for FreeSewing web UIs",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -28,11 +28,9 @@
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
},
"peerDependencies": {},
"dependencies": {
"open-color": "1.6.3"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md",