1
0
Fork 0

🔖 Publish v2.0.0-alpha.20

This commit is contained in:
Joost De Cock 2019-05-07 11:01:19 +02:00
parent 584fefac5d
commit 2a29466f65
49 changed files with 85 additions and 156 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/components",
"version": "2.0.0-alpha.19",
"version": "2.0.0-alpha.20",
"description": "A collection of React components for FreeSewing web UIs",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -26,19 +26,19 @@
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
},
"peerDependencies": {
"react": "^16.8",
"prop-types": "15.7.2",
"@freesewing/pattern-info": "^2.0.0-alpha.19",
"@freesewing/mui-theme": "^2.0.0-alpha.19",
"@freesewing/css-theme": "^2.0.0-alpha.19",
"@freesewing/plugin-react": "^2.0.0-alpha.19",
"typeface-roboto-condensed": "latest",
"@freesewing/i18n": "^2.0.0-alpha.19",
"@freesewing/mui-theme": "^2.0.0-alpha.19",
"@freesewing/pattern-info": "^2.0.0-alpha.19",
"@freesewing/plugin-react": "^2.0.0-alpha.19",
"@freesewing/utils": "^2.0.0-alpha.19",
"react-intl": "^2.8.0",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30"
"@material-ui/lab": "^3.0.0-alpha.30",
"prop-types": "15.7.2",
"react": "^16.8",
"react-intl": "^2.8.0",
"typeface-roboto-condensed": "latest"
},
"files": [
"dist/*",